Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FPlaybackCapabilities
Description
Overwrites an existing capability, stored inline and owned by this container. The previous storage mode of the capability must also be inline. If the template parameter is a sub-class of the playback capability, the previously stored playback capability must not only have been stored inline, but must have been of the same sub-class (or a sub-class with the exact same size and alignment).
| Name | OverwriteCapability |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieScenePlaybackCapabilities.h |
| Include Path | #include "Evaluation/MovieScenePlaybackCapabilities.h" |
template<typename T, typename ... ArgTypes>
T & OverwriteCapability
(
ArgTypes &&... InArgs
)