Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/FPlaybackCapabilities
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieScenePlaybackCapabilities.h |
| Include | #include "Evaluation/MovieScenePlaybackCapabilities.h" |
template<typename T, typename ... ArgTypes>
T & AddCapability
(
ArgTypes &&... InArgs
)
Remarks
Adds the specified capability to the container, using the supplied arguments to construct it. The capability object will be stored inline and owned by this container. It will be destroyed when the container itself is destroyed. If the template parameter is a sub-class of the playback capability class, that sub-class will be created and stored inline.