UGizmoLambdaStateTarget

[UGizmoLambdaStateTarget](API\Runtime\InteractiveToolsFramework\BaseGizmos\UGizmoLambdaStateTarget) is an implementation of [IGizmoStateTarget](API\Runtime\InteractiveToolsFramework\BaseGizmos\IGizmoStateTarget) that forwards calls to its interface functions to external TFunctions

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UGizmoLambdaStateTarget

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseGizmos/StateTargets.h

Include

#include "BaseGizmos/StateTargets.h"

Syntax

class UGizmoLambdaStateTarget :
    public UObject,
    public IGizmoStateTarget

Remarks

UGizmoLambdaStateTarget is an implementation of IGizmoStateTarget that forwards calls to its interface functions to external TFunctions

Variables

Overridden from IGizmoStateTarget

Name Description

Public function Virtual

void

 

BeginUpdate()

BeginUpdate is called before a standard Gizmo begins changing a parameter (via a ParameterSource)

Public function Virtual

void

 

EndUpdate()

EndUpdate is called when a standard Gizmo is finished changing a parameter (via a ParameterSource)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss