KarmaEngine
Game Engine for practical learning and research purposes
|
This file contains the class UActorComponent. More...
Go to the source code of this file.
Classes | |
class | Karma::UActorComponent |
ActorComponent is the base class for components that define reusable behavior that can be added to different types of Actors. ActorComponents that have a transform are known as SceneComponents and those that can be rendered are PrimitiveComponents. Components are a special type of Object that Actors can attach to themselves as sub-objects. Components are useful for sharing common behaviors. More... | |
Enumerations | |
enum class | Karma::EComponentCreationMethod : uint8_t { Native , SimpleConstructionScript , UserConstructionScript , Instance } |
Enum for UActorComponent instance creation method. More... | |
This file contains the class UActorComponent.
|
strong |
Enum for UActorComponent instance creation method.