Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGIsolatedActorIncludeFlag |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGActorSelector.h |
| Include Path |
#include "Elements/PCGActorSelector.h" |
Syntax
enum EPCGIsolatedActorIncludeFlag
{
Ignore,
Include,
Only,
}
Values
| Name |
Remarks |
| Ignore |
Ignores isolated actors that stem from the selection. |
| Include |
Includes isolated actors that were extracted from the selection. |
| Only |
Returns only isolated actors extracted from the original selection. |