URigVMStructNode::ConstructStructInstance

Returns an instance of the struct with the current values.

Windows
MacOS
Linux

References

Module

RigVMDeveloper

Header

/Engine/Source/Developer/RigVMDeveloper/Public/RigVMModel/Nodes/RigVMStructNode.h

Include

#include "RigVMModel/Nodes/RigVMStructNode.h"

Source

/Engine/Source/Developer/RigVMDeveloper/Private/RigVMModel/Nodes/RigVMStructNode.cpp

Syntax

TSharedPtr< FStructOnScope > ConstructStructInstance
(
    bool bUseDefault
) const

Remarks

Returns an instance of the struct with the current values.

Parameters

Parameter

Description

bUseDefault

If set to true the default struct will be created - otherwise the struct will contains the values from the node

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