Navigation
API > API/Plugins > API/Plugins/RigVM
Returns the current time (year, month, day, hour, minute)
| Name | FRigVMFunction_GetWorldTime |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Animation/RigVMFunction_GetWorldTime.h |
| Include Path | #include "RigVMFunctions/Animation/RigVMFunction_GetWorldTime.h" |
Syntax
USTRUCT (Meta=(DisplayName="Now", Keywords="Time,Clock", Varying))
struct FRigVMFunction_GetWorldTime : public FRigVMFunction_AnimBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_AnimBase → FRigVMFunction_GetWorldTime
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_GetWorldTime() |
RigVMFunctions/Animation/RigVMFunction_GetWorldTime.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Day | float | The Day of the world time. | RigVMFunctions/Animation/RigVMFunction_GetWorldTime.h |
|
| Hours | float | The Hours of the world time. | RigVMFunctions/Animation/RigVMFunction_GetWorldTime.h |
|
| Minutes | float | The Minutes of the world time. | RigVMFunctions/Animation/RigVMFunction_GetWorldTime.h |
|
| Month | float | The Month of the world time. | RigVMFunctions/Animation/RigVMFunction_GetWorldTime.h |
|
| OverallSeconds | float | The OverallSeconds of the world time. | RigVMFunctions/Animation/RigVMFunction_GetWorldTime.h |
|
| Seconds | float | The Seconds of the world time. | RigVMFunctions/Animation/RigVMFunction_GetWorldTime.h |
|
| WeekDay | float | The WeekDay of the world time. | RigVMFunctions/Animation/RigVMFunction_GetWorldTime.h |
|
| Year | float | The Year of the world time. | RigVMFunctions/Animation/RigVMFunction_GetWorldTime.h |
|
Functions
Public
Public Virtual
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Animation/RigVMFunction_GetWorldTime.h |