Navigation
API > API/Plugins > API/Plugins/RigVM
Makes a vector from a single double
| Name | FRigVMFunction_MathColorFromDouble |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathColor.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathColor.h" |
Syntax
USTRUCT (
Meta=(DisplayName="From Double", TemplateName="Cast", ExecuteContext="FRigVMExecuteContext", Keywords="Make,Construct"))
struct FRigVMFunction_MathColorFromDouble : public FRigVMFunction_MathColorBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathColorBase → FRigVMFunction_MathColorFromDouble
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathColorFromDouble() |
RigVMFunctions/Math/RigVMFunction_MathColor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Result | FLinearColor | RigVMFunctions/Math/RigVMFunction_MathColor.h |
|
|
| Value | double | RigVMFunctions/Math/RigVMFunction_MathColor.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathColor.h |