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