Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Channels
Inheritance Hierarchy
- FMovieSceneChannel
- FMovieSceneObjectPathChannel
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneObjectPathChannel.h |
Include | #include "Channels/MovieSceneObjectPathChannel.h" |
Syntax
struct FMovieSceneObjectPathChannel : public FMovieSceneChannel
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | Evaluate
(
FFrameTime InTime, |
Evaluate this channel |
![]() |
TMovieSceneChannelData< FMovieSceneObjectPathChannelKeyValue > | GetData () |
Access a mutable interface for this channel's data |
![]() ![]() |
TMovieSceneChannelData< const FMovieSceneObjectPathChannelKeyValue > | GetData () |
Access a constant interface for this channel's data |
![]() ![]() |
const FMovieSceneObjectPathChannelKeyValue & | GetDefault () |
Get this channel's default value that will be used when no keys are present |
![]() ![]() |
UClass * | ||
![]() |
void | Remove this channel's default value causing the channel to have no effect where no keys are present | |
![]() |
void | SetDefault
(
UObject* InDefaultValue |
Set this channel's default value that should be used when no keys are present |
![]() |
void | SetPropertyClass
(
UClass* InPropertyClass |
Overridden from FMovieSceneChannel
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | ChangeFrameResolution
(
FFrameRate SourceRate, |
Called when the frame resolution of this channel is to be changed. |
![]() ![]() |
void | ClearDefault () |
Clear all the default value on this channel |
![]() ![]() ![]() |
TRange< FFrameNumber > | Compute the effective range of this channel, for example, the extents of its key times | |
![]() ![]() |
void | DeleteKeys
(
TArrayView< const FKeyHandle > InHandles |
Delete the keys for the specified key handles |
![]() ![]() |
void | DeleteKeysFrom
(
FFrameNumber InTime, |
Delete keys before or after a specified time |
![]() ![]() |
void | DuplicateKeys
(
TArrayView< const FKeyHandle > InHandles, |
Duplicate the keys for the specified key handles |
![]() ![]() |
void | GetKeys
(
const TRange< FFrameNumber >& WithinRange, |
Get key information pertaining to all keys that exist within the specified range |
![]() ![]() |
void | GetKeyTimes
(
TArrayView< const FKeyHandle > InHandles, |
Get all key times for the specified key handles |
![]() ![]() ![]() |
int32 | GetNumKeys () |
Get the total number of keys on this channel |
![]() ![]() |
void | Offset
(
FFrameNumber DeltaPosition |
Offset the keys within this channel by a given delta position |
![]() ![]() |
void | Optimize
(
const FKeyDataOptimizationParams& InParameters |
Optimize this channel by removing any redundant data according to the specified parameters |
![]() ![]() |
void | Reset () |
Reset this channel back to its original state |
![]() ![]() |
void | SetKeyTimes
(
TArrayView< const FKeyHandle > InHandles, |
Set key times for the specified key handles |