Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph
This interface exposes group synchronization related information and behavior.
| Name | IGroupSynchronization |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitInterfaces/IGroupSynchronization.h |
| Include Path | #include "TraitInterfaces/IGroupSynchronization.h" |
Syntax
struct IGroupSynchronization : public UE::UAF::ITraitInterface
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InterfaceUID | UE::UAF::FTraitInterfaceUID | Globally unique UID for this interface | TraitInterfaces/IGroupSynchronization.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AdvanceBy
(
FExecutionContext& Context, |
Called by the sync group graph instance component to advance time. | TraitInterfaces/IGroupSynchronization.h | |
virtual FSyncGroupParameters GetGroupParameters
(
FExecutionContext& Context, |
Returns the group parameters used for synchronization. | TraitInterfaces/IGroupSynchronization.h |
Overridden from ITraitInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FText & GetDisplayName() |
Human readable interface names, in long and short format. | TraitInterfaces/IGroupSynchronization.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/IGroupSynchronization.h | |
virtual UE::UAF::FTraitInterfaceUID GetInterfaceUID() |
TraitInterfaces/IGroupSynchronization.h |