Hi,
I am new to unreal. I would like to know how to have an instance of my class in my level. I have a class that inherits from a class that inherits from Actor.
class B : public AActor
class A : public B
How can i get an instance of class A in my level?
I know how to get an instance of class B in my level. I just drag and drop from the content browser to my level in the unreal editor then attach a shape so I can see it.
How do I do this for class A?
I am new to unreal. I would like to know how to have an instance of my class in my level. I have a class that inherits from a class that inherits from Actor.
class B : public AActor
class A : public B
How can i get an instance of class A in my level?
I know how to get an instance of class B in my level. I just drag and drop from the content browser to my level in the unreal editor then attach a shape so I can see it.
How do I do this for class A?
Comment