Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Finds all the frame ranges which do not have the given Anim Notify State Class active
| Name | UAnimDatabaseFrameRangesFunction_AnimNotifyStateNotActive |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabaseFrameRanges.h |
| Include Path | #include "AnimDatabaseFrameRanges.h" |
Syntax
UCLASS (BlueprintType, Blueprintable,
Meta=(DisplayName="Anim Notify State Not Active Frame Ranges"))
class UAnimDatabaseFrameRangesFunction_AnimNotifyStateNotActive : public UAnimDatabaseFrameRangesFunction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimDatabaseFrameRangesFunction → UAnimDatabaseFrameRangesFunction_AnimNotifyStateNotActive
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimNotifyState | TSubclassOf< UAnimNotifyState > | AnimDatabaseFrameRanges.h |
|