Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FSharedPlaybackState
Description
Adds the specified capability on the root sequence as a raw pointer. If the capability already exists, it must be stored as a raw pointer and its value will be replaced by the new pointer.
| Name | SetOrAddCapabilityRaw |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneSharedPlaybackState.h |
| Include Path | #include "EntitySystem/MovieSceneSharedPlaybackState.h" |
template<typename T, typename ... ArgTypes>
T & SetOrAddCapabilityRaw
(
T * InPointer
)