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