FStructReference

Base class used to reference a struct in the graph.

Windows
MacOS
Linux

References

Module

ControlRig

Header

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

Include

#include "StructReference.h"

Syntax

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

Remarks

Base class used to reference a struct in the graph. Don't use this directly, only derived classes. Use the IMPLEMENT_STRUCT_REFERENCE macro to create new struct reference types easily.

Constructors

Name Description

Public function

FStructReference()

Functions

Name Description

Protected function Const

const Struct...

 

GetInternal()

Get the struct that this references

Protected function

void

 

SetInternal

(
    const StructType* InStructPoin...
)

Set the struct that this references

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