Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FPlaybackCapabilities
Description
Adds the specified capability to the container, as a simple raw pointer Ownership of the capability object being pointed to is the caller's responsability. This container will only store a raw pointer.
| Name | AddCapabilityRaw |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieScenePlaybackCapabilities.h |
| Include Path | #include "Evaluation/MovieScenePlaybackCapabilities.h" |
template<typename T>
T & AddCapabilityRaw
(
T * InPointer
)