Navigation
API > API/Plugins > API/Plugins/PCG
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include | #include "PCGCommon.h" |
Syntax
enum EPCGStringMatchingOperator
{
Equal,
Substring,
Matches,
}
Values
| Name | Description |
|---|---|
| Equal | Will return a match only if the two strings compared are the same |
| Substring | Will return a match if the first string contains the second |
| Matches | Will return a match if the first string matches the pattern defined by the second (including wildcards) |