Navigation
API > API/Plugins > API/Plugins/AnimNextAnimGraph
This interface exposes a source of animation notify events
| Name | INotifySource |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/TraitInterfaces/INotifySource.h |
| Include Path | #include "TraitInterfaces/INotifySource.h" |
Syntax
struct INotifySource : public UE::AnimNext::ITraitInterface
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InterfaceUID | UE::AnimNext::FTraitInterfaceUID | Globally unique UID for this interface | TraitInterfaces/INotifySource.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetNotifies
(
FExecutionContext& Context, |
Returns the events of this timeline in the specified time interval. | TraitInterfaces/INotifySource.h |
Overridden from ITraitInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FText & GetDisplayName() |
Human readable interface names, in long and short format. | TraitInterfaces/INotifySource.h | |
virtual const FText & GetDisplayShortName() |
Human readable interface names, in short format (ideally 3 or 4 letters, due to space restrictions in the editor) | TraitInterfaces/INotifySource.h | |
virtual UE::AnimNext::FTraitInterfaceUID GetInterfaceUID() |
TraitInterfaces/INotifySource.h |