Navigation
API > API/Runtime > API/Runtime/MovieScene
| |
|
| Name |
UMovieSceneTrackInstanceInstantiator |
| Type |
class |
| Header File |
/Engine/Source/Runtime/MovieScene/Public/EntitySystem/TrackInstance/MovieSceneTrackInstanceSystem.h |
| Include Path |
#include "EntitySystem/TrackInstance/MovieSceneTrackInstanceSystem.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneTrackInstanceInstantiator : public UMovieSceneEntityInstantiatorSystem
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
EntitySystem/TrackInstance/MovieSceneTrackInstanceSystem.h |
|
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BoundObjectToInstances |
TMultiMap< TObjectPtr< UObject >, int32 > |
|
EntitySystem/TrackInstance/MovieSceneTrackInstanceSystem.h |
|
| ChildInitializerIndex |
int32 |
|
EntitySystem/TrackInstance/MovieSceneTrackInstanceSystem.h |
|
| InvalidatedOutputs |
TBitArray |
|
EntitySystem/TrackInstance/MovieSceneTrackInstanceSystem.h |
|
| TrackInstances |
TSparseArray< FMovieSceneTrackInstanceEntry > |
|
EntitySystem/TrackInstance/MovieSceneTrackInstanceSystem.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
int32 FindOutput
(
UObject* BoundObject,
UClass* TrackInstanceClass
) const
|
|
EntitySystem/TrackInstance/MovieSceneTrackInstanceSystem.h |
|
|
|
EntitySystem/TrackInstance/MovieSceneTrackInstanceSystem.h |
|
int32 MakeOutput
(
UObject* BoundObject,
UClass* TrackInstanceClass
)
|
|
EntitySystem/TrackInstance/MovieSceneTrackInstanceSystem.h |
|
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
EntitySystem/TrackInstance/MovieSceneTrackInstanceSystem.h |
|