Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGStringMatchingOperator |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path |
#include "PCGCommon.h" |
Syntax
enum EPCGStringMatchingOperator
{
Equal,
Substring,
Matches,
}
Values
| Name |
Remarks |
| 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) |