Navigation
API > API/Plugins > API/Plugins/AnimNextAnimGraph
Encapsulates the parameters that control sync group behavior.
| Name | FSyncGroupParameters |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/TraitInterfaces/IGroupSynchronization.h |
| Include Path | #include "TraitInterfaces/IGroupSynchronization.h" |
Syntax
struct FSyncGroupParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bMatchSyncPoint | bool | Whether or not to match the group sync point when joining as leader or follower with markers When disabled, the start position of synced sequences must be properly set to avoid pops | TraitInterfaces/IGroupSynchronization.h | |
| GroupName | FName | The group name to belong to (if None, syncing is disabled) | TraitInterfaces/IGroupSynchronization.h | |
| GroupRole | EAnimGroupSynchronizationRole | The role within the group. | TraitInterfaces/IGroupSynchronization.h | |
| SyncMode | EAnimGroupSynchronizationMode | The synchronization mode. | TraitInterfaces/IGroupSynchronization.h |