unreal.PCGMetadataStringOperation

class unreal.PCGMetadataStringOperation

Bases: EnumBase

EPCGMetadata String Operation

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGMetadataStringOpElement.h

APPEND: PCGMetadataStringOperation = Ellipsis

0

REPLACE: PCGMetadataStringOperation = Ellipsis

1

TO_LOWER: PCGMetadataStringOperation = Ellipsis

Convert all characters to lower case.

Type:

3

TO_UPPER: PCGMetadataStringOperation = Ellipsis

Convert all characters to upper case.

Type:

2

TRIM_END: PCGMetadataStringOperation = Ellipsis

Trim whitespace from the end of the string.

Type:

5

TRIM_START: PCGMetadataStringOperation = Ellipsis

Trim whitespace from the beginning of the string.

Type:

4

TRIM_START_AND_END: PCGMetadataStringOperation = Ellipsis

Trim whitespace from the beginning and end of the string.

Type:

6