Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/IPCGBaseSubsystem
Description
Returns the expected end time of the tick. By default, it's the current time + the budget of the graph executor.
| Name | GetTickEndTime |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Subsystems/IPCGBaseSubsystem.h |
| Include Path | #include "Subsystems/IPCGBaseSubsystem.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Subsystems/IPCGBaseSubsystem.cpp |
virtual double GetTickEndTime() const