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