Navigation
API > API/Editor > API/Editor/Sequencer
Parameters for the property changed callback.
| Name | FPropertyChangedParams |
| Type | class |
| Header File | /Engine/Source/Editor/Sequencer/Public/KeyPropertyParams.h |
| Include Path | #include "KeyPropertyParams.h" |
Syntax
class FPropertyChangedParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| KeyPropertyParams.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| KeyMode | const ESequencerKeyMode | Keyframing params | KeyPropertyParams.h | |
| ObjectsThatChanged | const TArray< UObject * > | An array of the objects that changed. | KeyPropertyParams.h | |
| PropertyPath | FPropertyPath | A path of properties to get from the root object to the property to be keyed. | KeyPropertyParams.h | |
| StructPathToKey | FPropertyPath | Represents the path of an inner property which should be keyed for a struct property. | KeyPropertyParams.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetPropertyPathString() |
Gets the property path as a period seperated string of property names. | KeyPropertyParams.h | |
ValueType GetPropertyValue() |
Gets the value of the property that changed. | KeyPropertyParams.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ValueType GetPropertyValueImpl
(
void* Data, |
KeyPropertyParams.h | ||
static bool GetPropertyValueImpl
(
void* Data, |
|||
static UObject * GetPropertyValueImpl
(
void* Data, |
|||
static bool GetPropertyValueImpl
(
void* Data, |
KeyPropertyParams.h | ||
static UObject * GetPropertyValueImpl
(
void* Data, |
KeyPropertyParams.h |