Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMExtendedExecuteContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetDebugInfo
(
FRigVMDebugInfo* InDebugInfo |
RigVMCore/RigVMExecuteContext.h | ||
void SetDebugInfo
(
const TSharedPtr< FRigVMDebugInfo >& InSharedDebugInfo, |
RigVMCore/RigVMExecuteContext.h |
SetDebugInfo(FRigVMDebugInfo *)
| Name | SetDebugInfo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMExecuteContext.h |
| Include Path | #include "RigVMCore/RigVMExecuteContext.h" |
void SetDebugInfo
(
FRigVMDebugInfo * InDebugInfo
)
SetDebugInfo(const TSharedPtr< FRigVMDebugInfo > &, bool)
| Name | SetDebugInfo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMExecuteContext.h |
| Include Path | #include "RigVMCore/RigVMExecuteContext.h" |
void SetDebugInfo
(
const TSharedPtr < FRigVMDebugInfo > & InSharedDebugInfo,
bool bForce
)