![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TwoAxisPropertyEditBehavior.h>
Inheritance diagram for ULocalTwoAxisPropertyEditInputBehavior::FPropertyInterface:Public Types | |
| typedef TUniqueFunction< float(void)> | FGetValueSignature |
| typedef TUniqueFunction< void(float)> | FSetValueSignature |
| typedef TUniqueFunction< float(float)> | FMutateDeltaSignature |
Public Member Functions | |
| bool | IsValid () const |
Public Member Functions inherited from ITwoAxisPropertyEditBehaviorTarget::IPropertyInterface | |
| virtual | ~IPropertyInterface () |
Public Attributes | |
| FGetValueSignature | GetValueFunc |
| FSetValueSignature | SetValueFunc |
| FMutateDeltaSignature | MutateDeltaFunc = [](float Delta){ return Delta; } |
| FText | Name |
| float | EditRate = 0.002f |
| bool | bEnabled = false |
| typedef TUniqueFunction<float(void)> ULocalTwoAxisPropertyEditInputBehavior::FPropertyInterface::FGetValueSignature |
| typedef TUniqueFunction<float(float)> ULocalTwoAxisPropertyEditInputBehavior::FPropertyInterface::FMutateDeltaSignature |
| typedef TUniqueFunction<void(float)> ULocalTwoAxisPropertyEditInputBehavior::FPropertyInterface::FSetValueSignature |
|
inline |
| float ULocalTwoAxisPropertyEditInputBehavior::FPropertyInterface::EditRate = 0.002f |
| FGetValueSignature ULocalTwoAxisPropertyEditInputBehavior::FPropertyInterface::GetValueFunc |
| FMutateDeltaSignature ULocalTwoAxisPropertyEditInputBehavior::FPropertyInterface::MutateDeltaFunc = [](float Delta){ return Delta; } |
| FText ULocalTwoAxisPropertyEditInputBehavior::FPropertyInterface::Name |
| FSetValueSignature ULocalTwoAxisPropertyEditInputBehavior::FPropertyInterface::SetValueFunc |