Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGComponent
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGComponent.h |
| Include | #include "PCGComponent.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGComponent.cpp |
void SetIsPartitioned
(
bool bIsNowPartitioned
)
Remarks
Utility function (mostly for tests) to properly set the value of bIsComponentPartitioned. Will do an immediate cleanup first and then register/unregister the component to the subsystem. It's your responsibility after to regenerate the graph if you want to.