Navigation
API > API/Plugins > API/Plugins/DrawDebugLibrary
Convenience function for making an array of linearly spaced float values.
| Name | FRigVMFunction_MakeLinearlySpacedFloatArray |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/DrawDebugLibrary/Source/DrawDebugLibrary/Public/RigUnit_DrawDebugLibrary.h |
| Include Path | #include "RigUnit_DrawDebugLibrary.h" |
Syntax
USTRUCT (Meta=(DisplayName="Make Linearly Spaced Float Array"))
struct FRigVMFunction_MakeLinearlySpacedFloatArray : public FRigVMFunction_DrawDebugLibraryBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_DrawDebugLibraryBase → FRigVMFunction_MakeLinearlySpacedFloatArray
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Num | float | Value Num. | RigUnit_DrawDebugLibrary.h |
|
| Start | float | Start Value. | RigUnit_DrawDebugLibrary.h |
|
| Stop | float | Stop Value. | RigUnit_DrawDebugLibrary.h |
|
| Values | TArray< float > | Output Values. | RigUnit_DrawDebugLibrary.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigUnit_DrawDebugLibrary.h |