Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UField
- UStruct
- UScriptStruct
- UAnimBlueprintGeneratedStruct
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimBlueprintGeneratedClass.h |
| Include | #include "Animation/AnimBlueprintGeneratedClass.h" |
Syntax
UCLASS (MinimalAPI)
class UAnimBlueprintGeneratedStruct : public UScriptStruct
Remarks
Struct type generated by the anim BP compiler. Used for sparse class data and mutable data area. Only really needed to hide the struct from the content browser (via IsAsset override)