Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/ULocalTwoAxisPropertyEditInputBe-
Lambda implementation of IPropertyInterface
| Name | FPropertyInterface |
| Type | struct |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/TwoAxisPropertyEditBehavior.h |
| Include Path | #include "BaseBehaviors/TwoAxisPropertyEditBehavior.h" |
Syntax
struct FPropertyInterface : public ITwoAxisPropertyEditBehaviorTarget::IPropertyInterface
Implements Interfaces
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGetValueSignature | TUniqueFunction< float(void)> | BaseBehaviors/TwoAxisPropertyEditBehavior.h | |
| FMutateDeltaSignature | TUniqueFunction< float(float)> | BaseBehaviors/TwoAxisPropertyEditBehavior.h | |
| FSetValueSignature | TUniqueFunction< void(float)> | BaseBehaviors/TwoAxisPropertyEditBehavior.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnabled | bool | BaseBehaviors/TwoAxisPropertyEditBehavior.h | ||
| EditRate | float | BaseBehaviors/TwoAxisPropertyEditBehavior.h | ||
| GetValueFunc | FGetValueSignature | BaseBehaviors/TwoAxisPropertyEditBehavior.h | ||
| MutateDeltaFunc | FMutateDeltaSignature | BaseBehaviors/TwoAxisPropertyEditBehavior.h | ||
| Name | FText | BaseBehaviors/TwoAxisPropertyEditBehavior.h | ||
| SetValueFunc | FSetValueSignature | BaseBehaviors/TwoAxisPropertyEditBehavior.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
BaseBehaviors/TwoAxisPropertyEditBehavior.h |