Navigation
API > API/Plugins > API/Plugins/ControlRig
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/StructReference.h |
| Include | #include "StructReference.h" |
Syntax
USTRUCT ()
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
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const StructType * | GetInternal () |
Get the struct that this references | |
| void | SetInternal
(
const StructType* InStructPointer |
Set the struct that this references |