Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/FMovieSceneEvalTemplateBase
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvalTemplateBase.h |
Include | #include "Evaluation/MovieSceneEvalTemplateBase.h" |
virtual void SetupOverrides()
Remarks
Called after construction to enable overridden functions required by this type.
Should call EnableOverrides() in derived structs with the appropriate flag mask. This is implemented as a virtual function to ensure consistency between serialized data and code. Overriden function flags are not serialized to allow for future changes without breaking serialized data.