Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Finds all the frame ranges with a given Anim Notify State Class
| Name | UAnimDatabaseFrameRangesFunction_AnimNotifyState |
| 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 Frame Ranges"))
class UAnimDatabaseFrameRangesFunction_AnimNotifyState : public UAnimDatabaseFrameRangesFunction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimDatabaseFrameRangesFunction → UAnimDatabaseFrameRangesFunction_AnimNotifyState
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimNotifyState | TSubclassOf< UAnimNotifyState > | AnimDatabaseFrameRanges.h |
|