Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimGroupInstance
Description
Checks the last tick record in the ActivePlayers array to see if it's a better leader than the current candidate. This should be called once for each record added to ActivePlayers, after the record is setup.
| Name | TestTickRecordForLeadership |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimationAsset.h |
| Include Path | #include "Animation/AnimationAsset.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AnimationAsset.cpp |
void TestTickRecordForLeadership
(
EAnimGroupRole::Type MembershipType
)