#include <MovieScenePreAnimatedObjectGroupManager.h>
|
| MOVIESCENE_API void | OnObjectsReplaced (const TMap< UObject *, UObject * > &ReplacementMap) |
| |
| MOVIESCENE_API void | GetGroupsByClass (UClass *GeneratedClass, TArray< FPreAnimatedStorageGroupHandle > &OutGroupHandles) |
| |
| MOVIESCENE_API void | GatherStaleStorageGroups (TArray< FPreAnimatedStorageGroupHandle > &StaleGroupStorage) const override |
| |
| void | InitializeGroupManager (FPreAnimatedStateExtension *InExtension) override |
| |
| void | OnGroupDestroyed (FPreAnimatedStorageGroupHandle Group) override |
| |
| FPreAnimatedStorageGroupHandle | FindGroupForKey (const FObjectKey &InKey) const |
| |
| FPreAnimatedStorageGroupHandle | MakeGroupForKey (const FObjectKey &InKey) |
| |
| virtual | ~IPreAnimatedStateGroupManager () |
| |
| TSharedRef< ObjectType, Mode > | AsShared () |
| |
| TSharedRef< ObjectType const, Mode > | AsShared () const |
| |
| template<typename SubobjectType > |
| TSharedRef< SubobjectType, Mode > | AsSharedSubobject (SubobjectType *SubobjectPtr) const |
| |
| TWeakPtr< ObjectType, Mode > | AsWeak () |
| |
| TWeakPtr< ObjectType const, Mode > | AsWeak () const |
| |
| template<typename SubobjectType > |
| TWeakPtr< SubobjectType, Mode > | AsWeakSubobject (SubobjectType *SubobjectPtr) const |
| |
| template<class SharedPtrType , ESPMode SharedPtrMode, class OtherType > |
| void | UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const |
| |
| template<class SharedRefType , ESPMode SharedPtrMode, class OtherType > |
| void | UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const |
| |
| UE_FORCEINLINE_HINT bool | DoesSharedInstanceExist () const |
| |
◆ GatherStaleStorageGroups()
◆ GetGroupsByClass()
◆ OnObjectsReplaced()
| void UE::MovieScene::FPreAnimatedObjectGroupManager::OnObjectsReplaced |
( |
const TMap< UObject *, UObject * > & |
ReplacementMap | ) |
|
◆ GroupManagerID
The documentation for this struct was generated from the following files: