Navigation
API > API/Runtime > API/Runtime/MovieScene
| Name | TMovieSceneChannelTraits< FMovieSceneObjectPathChannel > |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneObjectPathChannel.h |
| Include Path | #include "Channels/MovieSceneObjectPathChannel.h" |
Syntax
template<>
struct TMovieSceneChannelTraits< FMovieSceneObjectPathChannel > : public TMovieSceneChannelTraitsBase< FMovieSceneObjectPathChannel >
Inheritance Hierarchy
- TMovieSceneChannelTraitsBase → TMovieSceneChannelTraits< FMovieSceneObjectPathChannel >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ExtendedEditorDataType | TMovieSceneExternalValue< UObject * > | Integer channels can have external values (ie, they can get their values from external objects for UI purposes) | Channels/MovieSceneObjectPathChannel.h |