FRigVMFunction

The [FRigVMFunction](API\Runtime\RigVM\RigVMCore\FRigVMFunction) is used to represent a function pointer generated by UHT for a given name.

Windows
MacOS
Linux

References

Module

RigVM

Header

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

Include

#include "RigVMCore/RigVMRegistry.h"

Syntax

struct FRigVMFunction

Remarks

The FRigVMFunction is used to represent a function pointer generated by UHT for a given name. The name might be something like "FMyStruct::MyVirtualMethod"

Variables

Name Description

Public variable

FRigVMFunctionP...

 

FunctionPtr

Public variable

const TCHAR ...

 

Name

Public variable

UScriptStruct &...

 

Struct

Constructors

Name Description

Public function

FRigVMFunction()

Public function

FRigVMFunction

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

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