Navigation
API > API/Runtime > API/Runtime/MovieScene
| |
|
| Name |
FInterrogationChannelInfo |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneInterrogation.h |
| Include Path |
#include "EntitySystem/MovieSceneInterrogation.h" |
Syntax
struct FInterrogationChannelInfo
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ParentChannel |
FInterrogationChannel |
The channel's hierarchical 'parent' - generally only used for transforms |
EntitySystem/MovieSceneInterrogation.h |
|
| PropertyBinding |
FMovieScenePropertyBinding |
(Optional) property path for this channel |
EntitySystem/MovieSceneInterrogation.h |
|
| WeakObject |
TWeakObjectPtr< UObject > |
The object that relates to the channel |
EntitySystem/MovieSceneInterrogation.h |
|