Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FPropertyChangedParams
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSourcePropertyValue GetPropertyValue () |
KeyPropertyParams.h | ||
ValueType GetPropertyValue () |
Gets the value of the property that changed. | KeyPropertyParams.h |
GetPropertyValue()
| Name | GetPropertyValue |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/KeyPropertyParams.h |
| Include Path | #include "KeyPropertyParams.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/KeyPropertyParams.cpp |
FSourcePropertyValue GetPropertyValue() const
GetPropertyValue()
Description
Gets the value of the property that changed.
| Name | GetPropertyValue |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/KeyPropertyParams.h |
| Include Path | #include "KeyPropertyParams.h" |
template<typename ValueType>
ValueType GetPropertyValue() const