FControlRigDrawInstruction

Windows
MacOS
Linux

References

Module

ControlRig

Header

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

Include

#include "Drawing/ControlRigDrawInstruction.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FControlRigDrawInstruction

Variables

Name Description

Public variable UProperty Category, EditAnywhere

FLinearColor

 

Color

Public variable UProperty Category, EditAnywhere

FName

 

Name

Public variable UProperty Category, EditAnywhere

TArray< FVector...

 

Positions

Public variable UProperty Category, EditAnywhere

TEnumAsByte< EC...

 

PrimitiveType

Public variable UProperty Category, EditAnywhere

float

 

Thickness

Public variable UProperty Category, EditAnywhere

FTransform

 

Transform

Constructors

Name Description

Public function

FControlRigDrawInstruction()

Public function

FControlRigDrawInstruction

(
    EControlRigDrawSettings::Primitive ...,
    const FLinearColor& InColor,
    float InThickness,
    FTransform InTransform
)

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