Navigation
Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimBlueprintPostCompileValidation
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/AnimBlueprintPostCompileValidation.h |
Include | #include "AnimBlueprintPostCompileValidation.h" |
Syntax
struct FPCV_GatherParams
Variables
Type | Name | Description |
---|---|---|
bool | bFilterByLoopingCondition | |
bool | bFilterBySyncGroup | |
bool | bLoopingCondition | |
FName | SyncGroupName |
Constructors
Type | Name | Description |
---|---|---|
FPCV_GatherParams ( bool InbFilterBySyncGroup, int32 InSyncGroupIndex, bool InbFilterByLoopingCondition, bool InbLoopingCondition ) | Please use the constructor that takes an FName for the sync group | |
FPCV_GatherParams ( bool InbFilterBySyncGroup, FName InSyncGroupName, bool InbFilterByLoopingCondition, bool InbLoopingCondition ) |
Deprecated Functions
Type | Name | Description |
---|---|---|
FPCV_GatherParams ( bool InbFilterBySyncGroup, int32 InSyncGroupIndex, bool InbFilterByLoopingCondition, bool InbLoopingCondition ) | Please use the constructor that takes an FName for the sync group |