Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSettings
- UPCGSettings::CanCullTaskIfUnwired()
- UPCGBaseSubgraphSettings::CanCullTaskIfUnwired()
- UPCGBlueprintSettings::CanCullTaskIfUnwired()
- UPCGGetPropertyFromObjectPathSettings::CanCullTaskIfUnwired()
- UPCGIndirectionSettings::CanCullTaskIfUnwired()
- UPCGNamedRerouteUsageSettings::CanCullTaskIfUnwired()
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGSettings.h |
| Include | #include "PCGSettings.h" |
virtual bool CanCullTaskIfUnwired() const
Remarks
True if we can safely cull this node & task if it has unwired non-advanced inputs. Counter-example: BP nodes may have side effects and always execute if not on an inactive branch.