FRigVMRegistry::Register

Registers a function given its name.

Windows
MacOS
Linux

References

Module

RigVM

Header

/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVMRegistry.h

Include

#include "RigVMCore/RigVMRegistry.h"

Source

/Engine/Source/Runtime/RigVM/Private/RigVMCore/RigVMRegistry.cpp

Syntax

void Register
(
    const TCHAR * InName,
    FRigVMFunctionPtr InFunctionPtr,
    UScriptStruct * InStruct
)

Remarks

Registers a function given its name. The name will be the name of the struct and virtual method, for example "FMyStruct::MyVirtualMethod"

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