Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Get the dimensions of a draw debug string. Useful for aligning or centering text.
| Name | FRigVMFunction_DrawDebugStringDimensions |
| 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 Dimensions"))
struct FRigVMFunction_DrawDebugStringDimensions : public FRigVMFunction_DrawDebugLibraryBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_DrawDebugLibraryBase → FRigVMFunction_DrawDebugStringDimensions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Dimensions | FVector | Output Dimensions. | 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 |