Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGComponent
Description
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.
| Name | SetIsPartitioned |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGComponent.h |
| Include Path | #include "PCGComponent.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGComponent.cpp |
void SetIsPartitioned
(
bool bIsNowPartitioned
)