Navigation
API > API/Plugins > API/Plugins/AnimGen
Behavior made up of multiple other behaviors - user can also provide some tags to control the style.
| Name | UAnimGenBehavior_Multi |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/AnimGen/Source/AnimGen/Public/AnimGenBehavior.h |
| Include Path | #include "AnimGenBehavior.h" |
Syntax
UCLASS (BlueprintType, Blueprintable, Meta=(DisplayName="Multi Behavior"))
class UAnimGenBehavior_Multi : public UAnimGenBehavior
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimGenBehavior → UAnimGenBehavior_Multi
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Behaviors | TArray< FAnimGenBehaviorEntry > | Different potential sub-behaviors | AnimGenBehavior.h |
|