UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ITwoAxisPropertyEditBehaviorTarget::IPropertyInterface Struct Referenceabstract

#include <BehaviorTargetInterfaces.h>

+ Inheritance diagram for ITwoAxisPropertyEditBehaviorTarget::IPropertyInterface:

Public Member Functions

virtual ~IPropertyInterface ()
 
virtual FText GetName ()=0
 
virtual float GetValue ()=0
 
virtual void SetValue (float NewValue)=0
 
virtual float GetEditRate ()
 
virtual float MutateDelta (float Delta)
 
virtual bool IsEnabled ()
 

Constructor & Destructor Documentation

◆ ~IPropertyInterface()

virtual ITwoAxisPropertyEditBehaviorTarget::IPropertyInterface::~IPropertyInterface ( )
inlinevirtual

Member Function Documentation

◆ GetEditRate()

virtual float ITwoAxisPropertyEditBehaviorTarget::IPropertyInterface::GetEditRate ( )
inlinevirtual

◆ GetName()

virtual FText ITwoAxisPropertyEditBehaviorTarget::IPropertyInterface::GetName ( )
pure virtual

◆ GetValue()

virtual float ITwoAxisPropertyEditBehaviorTarget::IPropertyInterface::GetValue ( )
pure virtual

◆ IsEnabled()

virtual bool ITwoAxisPropertyEditBehaviorTarget::IPropertyInterface::IsEnabled ( )
inlinevirtual

◆ MutateDelta()

virtual float ITwoAxisPropertyEditBehaviorTarget::IPropertyInterface::MutateDelta ( float  Delta)
inlinevirtual

◆ SetValue()

virtual void ITwoAxisPropertyEditBehaviorTarget::IPropertyInterface::SetValue ( float  NewValue)
pure virtual

The documentation for this struct was generated from the following file: