Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGBaseSubgraphSettings
- UPCGSettings::CanCullTaskIfUnwired()
- UPCGBaseSubgraphSettings::CanCullTaskIfUnwired()
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGSubgraph.h |
| Include | #include "PCGSubgraph.h" |
virtual bool CanCullTaskIfUnwired() const
Remarks
The graph may contain nodes that have side effects, don't assume we can cull even when unwired. TODO: For static SGs we could probably compute this value based on the subgraph nodes.