Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/KeyPropertyParams.h |
| Include | #include "KeyPropertyParams.h" |
Syntax
struct FCanKeyPropertyParams
Remarks
Parameters for determining if a property can be keyed.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const UClass * | ObjectClass | The class of the object which has the property to be keyed. | |
| FPropertyPath | PropertyPath | A path of properties to get from the root object to the property to be keyed. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCanKeyPropertyParams
(
const UClass* InObjectClass, |
Creates new can key property parameters. | ||
FCanKeyPropertyParams
(
const UClass* InObjectClass, |
Creates new can key property parameters. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UStruct * | FindPropertyContainer
(
const FProperty* ForProperty |