Navigation
API > API/Plugins > API/Plugins/RigVM
Makes a color from its components
| Name | FRigVMFunction_MathColorMake |
| 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="Make Color", Keywords="Make,Construct,Constant", Deprecated="5.7"))
struct FRigVMFunction_MathColorMake : public FRigVMFunction_MathColorBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathColorBase → FRigVMFunction_MathColorMake
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathColorMake() |
RigVMFunctions/Math/RigVMFunction_MathColor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| A | float | RigVMFunctions/Math/RigVMFunction_MathColor.h |
|
|
| B | float | RigVMFunctions/Math/RigVMFunction_MathColor.h |
|
|
| G | float | RigVMFunctions/Math/RigVMFunction_MathColor.h |
|
|
| R | float | RigVMFunctions/Math/RigVMFunction_MathColor.h |
|
|
| Result | FLinearColor | 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 | |
virtual FRigVMStructUpgradeInfo GetUpgradeInfo() |
RigVMFunctions/Math/RigVMFunction_MathColor.h |