Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
Base class for base traits that are standalone.
| Name | FBaseTrait |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitCore/Trait.h |
| Include Path | #include "TraitCore/Trait.h" |
Syntax
struct FBaseTrait : public UE::UAF::FTrait
Inheritance Hierarchy
- FTrait → FBaseTrait
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TraitSuper | FTrait | TraitCore/Trait.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TraitUID | UE::UAF::FTraitUID | FTrait impl | TraitCore/Trait.h |
Functions
Public
Overridden from FTrait
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ETraitMode GetTraitMode() |
Returns the trait mode. | TraitCore/Trait.h | |
virtual FString GetTraitName() |
Returns the trait name. | TraitCore/Trait.h | |
virtual UE::UAF::FTraitUID GetTraitUID() |
Returns the globally unique UID for this trait. | TraitCore/Trait.h |