Actor
classWorld actor
Functions
Actor:add_actor_component(component_class, component_name)
Create, register and attach a component of the given class
| component_class | Class | Component class to instantiate |
| component_name | string | Subobject name |
returns ActorComponent
Actor:set_field_object(field_name, object)
Assign an object into a UObject property of the actor by name
| field_name | string | UPROPERTY name |
| object | Object | Value to assign |
returns boolean
Inherited from Object (5)
- name Object name
- Object.find(name) Find an already loaded object by name
- Object.cast(object) Trying to cast Object into Object
- Object:get_class() Class of this object
- Object.get_class() Return Object class object