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

#include <BehaviorTargetInterfaces.h>

+ Inheritance diagram for ITwoAxisPropertyEditBehaviorTarget:

Classes

struct  IPropertyInterface
 

Public Member Functions

virtual ~ITwoAxisPropertyEditBehaviorTarget ()
 
virtual IPropertyInterfaceGetHorizontalProperty ()=0
 
virtual IPropertyInterfaceGetVerticalProperty ()=0
 
virtual FKey GetCaptureKey ()
 
virtual void PostDragUpdated ()
 

Detailed Description

ITwoAxisPropertyEditBehaviorTarget allows tools to expose properties to drag-based property edit behaviors.

Constructor & Destructor Documentation

◆ ~ITwoAxisPropertyEditBehaviorTarget()

virtual ITwoAxisPropertyEditBehaviorTarget::~ITwoAxisPropertyEditBehaviorTarget ( )
inlinevirtual

Member Function Documentation

◆ GetCaptureKey()

virtual FKey ITwoAxisPropertyEditBehaviorTarget::GetCaptureKey ( )
inlinevirtual

◆ GetHorizontalProperty()

virtual IPropertyInterface * ITwoAxisPropertyEditBehaviorTarget::GetHorizontalProperty ( )
pure virtual

◆ GetVerticalProperty()

virtual IPropertyInterface * ITwoAxisPropertyEditBehaviorTarget::GetVerticalProperty ( )
pure virtual

◆ PostDragUpdated()

virtual void ITwoAxisPropertyEditBehaviorTarget::PostDragUpdated ( )
inlinevirtual

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