Keys

Keys

Windows
MacOS
Linux
On this page

Actions

Add Key (Event)

Add a key to this channel. This initializes a new key and returns a reference to it.

Target is Movie Scene Scripting Event Channel

Add Key (Object Path)

Add a key to this channel. This initializes a new key and returns a reference to it.

Target is Movie Scene Scripting Object Path Channel

Get Default (Object Path)

Get this channel's default value that will be used when no keys are present. Only a valid value when HasDefault() returns true.

Target is Movie Scene Scripting Object Path Channel

Get Keys (Event)

Gets all of the keys in this channel.

Target is Movie Scene Scripting Event Channel

Get Keys (Object Path)

Gets all of the keys in this channel.

Target is Movie Scene Scripting Object Path Channel

Get Time (Event)

Gets the time for this key from the owning channel.

Target is Movie Scene Scripting Event Key

Get Time (Object Path)

Gets the time for this key from the owning channel.

Target is Movie Scene Scripting Object Path Key

Get Value (Event)

Sets the value for this key, reflecting it in the owning channel.

Target is Movie Scene Scripting Event Key

Get Value (Object Path)

Gets the value for this key from the owning channel.

Target is Movie Scene Scripting Object Path Key

Has Default (Object Path)

Target is Movie Scene Scripting Object Path Channel

Remove Default (Object Path)

Remove this channel's default value causing the channel to have no effect where no keys are present

Target is Movie Scene Scripting Object Path Channel

Remove Key (Event)

Removes the specified key. Does nothing if the key is not specified or the key belongs to another channel.

Target is Movie Scene Scripting Event Channel

Remove Key (Object Path)

Removes the specified key. Does nothing if the key is not specified or the key belongs to another channel.

Target is Movie Scene Scripting Object Path Channel

Set Default (Object Path)

Set this channel's default value that should be used when no keys are present. Sets bHasDefaultValue to true automatically.

Target is Movie Scene Scripting Object Path Channel

Set Time (Event)

Sets the time for this key in the owning channel. Will replace any key that already exists at that frame number in this channel.

Target is Movie Scene Scripting Event Key

Set Time (Object Path)

Sets the time for this key in the owning channel. Will replace any key that already exists at that frame number in this channel.

Target is Movie Scene Scripting Object Path Key

Set Value (Object Path)

Sets the value for this key, reflecting it in the owning channel.

Target is Movie Scene Scripting Object Path Key

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss