Navigation
API > API/Plugins > API/Plugins/RigVM
The base class for all unary int math operations
| Name | FRigVMFunction_MathIntUnaryOp |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathInt.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathInt.h" |
Syntax
USTRUCT (Meta=(Abstract))
struct FRigVMFunction_MathIntUnaryOp : public FRigVMFunction_MathIntBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathIntBase → FRigVMFunction_MathIntUnaryOp
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathIntUnaryOp() |
RigVMFunctions/Math/RigVMFunction_MathInt.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Result | int32 | The result of the operation. | RigVMFunctions/Math/RigVMFunction_MathInt.h |
|
| Value | int32 | The input value. | RigVMFunctions/Math/RigVMFunction_MathInt.h |
|