Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FPreAnimatedStateExtension
Description
Find a group manager by its type. Group managers enable logical grouping of entries to ensure the correct restoration order.
The templated type must implement a static GroupManagerID member of type TPreAnimatedStorageID
| Name | FindGroupManager |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.h |
| Include Path | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.h" |
template<typename GroupManagerType>
TSharedPtr < GroupManagerType > FindGroupManager() const
A pointer to the group manager, or nullptr if it does not exist.