Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/ITwoAxisPropertyEditBehaviorTarg-
IPropertyInterface encapsulates a virtual 'property' (which may or may not map to a single member or property)
| Name | IPropertyInterface |
| Type | struct |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseBehaviors/BehaviorTargetInterfaces.h |
| Include Path | #include "BaseBehaviors/BehaviorTargetInterfaces.h" |
Syntax
struct IPropertyInterface
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPropertyInterface() |
BaseBehaviors/BehaviorTargetInterfaces.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual float GetEditRate() |
BaseBehaviors/BehaviorTargetInterfaces.h | ||
FText GetName() |
BaseBehaviors/BehaviorTargetInterfaces.h | ||
float GetValue() |
BaseBehaviors/BehaviorTargetInterfaces.h | ||
virtual bool IsEnabled() |
BaseBehaviors/BehaviorTargetInterfaces.h | ||
virtual float MutateDelta
(
float Delta |
BaseBehaviors/BehaviorTargetInterfaces.h | ||
void SetValue
(
float NewValue |
BaseBehaviors/BehaviorTargetInterfaces.h |