Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Get the local offset required to center a draw debug string.
| Name | FRigVMFunction_DrawDebugStringCenteringOffset |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Public/RigUnit_DrawDebugLibrary.h |
| Include Path | #include "RigUnit_DrawDebugLibrary.h" |
Syntax
USTRUCT (Meta=(DisplayName="Draw Debug String Centering Offset"))
struct FRigVMFunction_DrawDebugStringCenteringOffset : public FRigVMFunction_DrawDebugLibraryBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_DrawDebugLibraryBase → FRigVMFunction_DrawDebugStringCenteringOffset
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Offset | FVector | Output Offset. | RigUnit_DrawDebugLibrary.h |
|
| Settings | FDrawDebugStringSettings | String Settings. | RigUnit_DrawDebugLibrary.h |
|
| String | FString | String to draw. | RigUnit_DrawDebugLibrary.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigUnit_DrawDebugLibrary.h |