FControlRigSortedControls::GetControlsInOrder

Given an Array of Available Controls, return a set of them sorted.

Windows
MacOS
Linux

References

Module

ControlRig

Header

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

Include

#include "Sequencer/ControlRigSortedControls.h"

Source

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Private/Sequencer/ControlRigSortedControls.cpp

Syntax

static void GetControlsInOrder
(
    IControlRigManipulatable * ControlRig,
    TArray< FRigControl > & SortedControls
)

Remarks

Given an Array of Available Controls, return a set of them sorted.

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