FPropertyChangedParams

Parameters for the property changed callback.

Windows
MacOS
Linux

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/KeyPropertyParams.h

Include

#include "KeyPropertyParams.h"

Syntax

class FPropertyChangedParams

Remarks

Parameters for the property changed callback.

Variables

Name Description

Public variable

const ESequence...

 

KeyMode

Keyframing params

Public variable

const TArray< U...

 

ObjectsThatChanged

An array of the objects that changed.

Public variable

FPropertyPath

 

PropertyPath

A path of properties to get from the root object to the property to be keyed.

Public variable

FPropertyPath

 

StructPathToKey

Represents the path of an inner property which should be keyed for a struct property.

Constructors

Name Description

Public function

FPropertyChangedParams

(
    TArray< UObject* > InObjectsTh...,
    const FPropertyPath& InPropertyPat...,
    const FPropertyPath& InStructPathT...,
    ESequencerKeyMode InKeyMode
)

Functions

Name Description

Public function Const

FString

 

GetPropertyPathString()

Gets the property path as a period seperated string of property names.

Public function Const

ValueType

 

GetPropertyValue()

Gets the value of the property that changed.

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