Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneSpawnRegister
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForgetExternallyOwnedSpawnedObjects
(
TSharedRef< const FSharedPlaybackState > SharedPlaybackState |
Purge any memory of any objects that are considered externally owned | MovieSceneSpawnRegister.h | |
void ForgetExternallyOwnedSpawnedObjects
(
FMovieSceneEvaluationState& State, |
MovieSceneSpawnRegister.h |
ForgetExternallyOwnedSpawnedObjects(TSharedRef< const FSharedPlaybackState >)
Description
Purge any memory of any objects that are considered externally owned
| Name | ForgetExternallyOwnedSpawnedObjects |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSpawnRegister.h |
| Include Path | #include "MovieSceneSpawnRegister.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneSpawnRegister.cpp |
void ForgetExternallyOwnedSpawnedObjects
(
TSharedRef < const FSharedPlaybackState > SharedPlaybackState
)
Parameters
| Name | Remarks |
|---|---|
| Player | Movie scene player that is ultimately responsible for destroying the objects |
ForgetExternallyOwnedSpawnedObjects(FMovieSceneEvaluationState &, IMovieScenePlayer &)
| Name | ForgetExternallyOwnedSpawnedObjects |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSpawnRegister.h |
| Include Path | #include "MovieSceneSpawnRegister.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneSpawnRegister.cpp |
void ForgetExternallyOwnedSpawnedObjects
(
FMovieSceneEvaluationState & State,
IMovieScenePlayer & Player
)