Navigation
API > API/Plugins > API/Plugins/RigVM
Logs arrow - recording for Visual Logs has to be enabled to record this data
| Name | FRigVMFunction_VisualLogArrow |
| 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=(DisplayName="Visual Log Arrow", Keywords="Draw,String,Direction"))
struct FRigVMFunction_VisualLogArrow : public FRigVMFunction_VisualLogObject
Inheritance Hierarchy
- FRigVMStruct → FRigVMStructMutable → FRigVMFunction_DebugBaseMutable → FRigVMFunction_VisualLogBase → FRigVMFunction_VisualLogObject → FRigVMFunction_VisualLogArrow
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArrowHeadSize | float | The size of the arrow head | RigVMFunctions/Debug/RigVMFunction_VisualLog.h |
|
| SegmentEnd | FVector | The end of the arrow | RigVMFunctions/Debug/RigVMFunction_VisualLog.h |
|
| SegmentStart | FVector | The start of the arrow | RigVMFunctions/Debug/RigVMFunction_VisualLog.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Debug/RigVMFunction_VisualLog.h |