Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/PreAnimatedState
Inheritance Hierarchy
- IPreAnimatedStateGroupManager
- TPreAnimatedStateGroupManager
- FPreAnimatedObjectGroupManager
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.h |
| Include | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedStateExtension.h" |
Syntax
template<typename KeyType>
struct TPreAnimatedStateGroupManager :
public UE::MovieScene::IPreAnimatedStateGroupManager,
public TSharedFromThis< TPreAnimatedStateGroupManager< KeyType > >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPreAnimatedStateExtension * | Extension | ||
| TMap< KeyType, FPreAnimatedStorageGroupHandle > | StorageGroupsByKey | ||
| TMap< FPreAnimatedStorageGroupHandle, KeyType > | StorageGroupsToKey |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FPreAnimatedStorageGroupHandle | FindGroupForKey
(
const KeyType& InKey |
||
| FPreAnimatedStorageGroupHandle | MakeGroupForKey
(
const KeyType& InKey |
Overridden from IPreAnimatedStateGroupManager
| Type | Name | Description | |
|---|---|---|---|
| void | InitializeGroupManager
(
FPreAnimatedStateExtension* InExtension |
||
| void |