Navigation
API > API/Plugins > API/Plugins/RigVM
A float constant
| Name | FRigVMFunction_MathFloatMake |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathFloat.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathFloat.h" |
Syntax
USTRUCT (Meta=(DisplayName="Float", Keywords="Make,Construct,Constant", Deprecated="5.7"))
struct FRigVMFunction_MathFloatMake : public FRigVMFunction_MathFloatBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathFloatBase → FRigVMFunction_MathFloatMake
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathFloatMake() |
RigVMFunctions/Math/RigVMFunction_MathFloat.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | float | RigVMFunctions/Math/RigVMFunction_MathFloat.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathFloat.h | |
virtual FRigVMStructUpgradeInfo GetUpgradeInfo() |
RigVMFunctions/Math/RigVMFunction_MathFloat.h |