Navigation
API > API/Plugins > API/Plugins/RigVM
Base RigVMFunction used for Visual Logger output
| Name | FRigVMFunction_VisualLogBase |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h |
| Include Path | #include "RigVMFunctions/Debug/RigVMFunction_VisualLog.h" |
Syntax
USTRUCT (Meta=(Abstract, Keywords="Draw,Point"))
struct FRigVMFunction_VisualLogBase : public FRigVMFunction_DebugBaseMutable
Inheritance Hierarchy
- FRigVMStruct → FRigVMStructMutable → FRigVMFunction_DebugBaseMutable → FRigVMFunction_VisualLogBase
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | FName | The category of the logged text | RigVMFunctions/Debug/RigVMFunction_VisualLog.h |
|
| Text | FString | The text to log | RigVMFunctions/Debug/RigVMFunction_VisualLog.h |
|