UControlRig::SetControlValue

Sets the relative value of a Control.

Windows
MacOS
Linux

References

Module

ControlRig

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Public/ControlRig.h

Include

#include "ControlRig.h"

Syntax

template<class T>
void SetControlValue
(
    const FName & InControlName,
    T InValue,
    bool bNotify,
    const FRigControlModifiedContext & Context
)

Remarks

Sets the relative value of a Control.

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