Navigation
API > API/Plugins > API/Plugins/PCG
| Name | EPCGActorSelection |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGActorSelector.h |
| Include Path | #include "Elements/PCGActorSelector.h" |
Syntax
enum EPCGActorSelection
{
ByTag,
ByName,
ByClass,
ByPath,
Unknown,
}
Values
| Name | Remarks |
|---|---|
| ByTag | |
| ByName | Deprecated - actor labels are unavailable in shipping builds. |
| ByClass | |
| ByPath | |
| Unknown |