Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/Sequencer/Public/KeyPropertyParams.h |
Include |
#include "KeyPropertyParams.h" |
class FPropertyChangedParams
Parameters for the property changed callback.
Name | Description | ||
---|---|---|---|
|
const ESequence... |
KeyMode |
Keyframing params |
|
ObjectsThatChanged |
An array of the objects that changed. |
|
|
PropertyPath |
A path of properties to get from the root object to the property to be keyed. |
|
|
StructPathToKey |
Represents the path of an inner property which should be keyed for a struct property. |
Name | Description | |
---|---|---|
|
FPropertyChangedParams ( |
Name | Description | ||
---|---|---|---|
|
GetPropertyPathString() |
Gets the property path as a period seperated string of property names. |
|
|
ValueType |
GetPropertyValue() |
Gets the value of the property that changed. |