Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneEvaluationTrack
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get this track's child templates NOTE that this is intended for use during the compilation phase in-editor. | Evaluation/MovieSceneEvaluationTrack.h | ||
TArrayView< const FMovieSceneEvalTemplatePtr > GetChildTemplates () |
Get this track's child templates | Evaluation/MovieSceneEvaluationTrack.h |
GetChildTemplates()
Description
Get this track's child templates NOTE that this is intended for use during the compilation phase in-editor. Beware of using this to modify templates afterwards as it will almost certainly break evaluation.
| Name | GetChildTemplates |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTrack.h |
| Include Path | #include "Evaluation/MovieSceneEvaluationTrack.h" |
TArrayView < FMovieSceneEvalTemplatePtr > GetChildTemplates()
GetChildTemplates()
Description
Get this track's child templates
| Name | GetChildTemplates |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTrack.h |
| Include Path | #include "Evaluation/MovieSceneEvaluationTrack.h" |
TArrayView < const FMovieSceneEvalTemplatePtr > GetChildTemplates() const