Navigation
API > API/Plugins > API/Plugins/StateGraph > API/Plugins/StateGraph/FStateGraphNode
Description
Set timeout in seconds from when Start is run until Complete is run. If this timeout is exceeded, the Status is set to TimedOut.
| Name | SetTimeout |
| Type | function |
| Header File | /Engine/Plugins/Experimental/StateGraph/Source/StateGraph/Public/StateGraph.h |
| Include Path | #include "StateGraph.h" |
| Source | /Engine/Plugins/Experimental/StateGraph/Source/StateGraph/Private/StateGraph.cpp |
void SetTimeout
(
double InTimeout
)