Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/FPCGPrintElement
- IPCGElement::CanExecuteOnlyOnMainThread()
- FPCGPrintElement::CanExecuteOnlyOnMainThread()
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGPrintElement.h |
| Include | #include "Elements/PCGPrintElement.h" |
virtual bool CanExecuteOnlyOnMainThread
(
FPCGContext * Context
) const
Remarks
Print to screen is perhaps safe to be called from outside of the main thread, but taking the safe approach here.