Navigation
API > API/Plugins > API/Plugins/PCG
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGCrc.h |
| Include | #include "PCGCrc.h" |
Syntax
USTRUCT&40;&41;
struct FPCGCrc
Remarks
Crc with valid flag and helper functionality.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGCrc () |
Creates an invalid Crc. | ||
FPCGCrc
(
uint32 InValue |
Initializes a valid Crc set to InValue. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Combines another Crc into this Crc to chain them. | ||
| void | Combine
(
uint32 InOtherCrcValue |
Combines another Crc value into this Crc to chain them. | |
| uint32 | GetValue () |
||
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FPCGCrc& InOtherCrc |
Compares Crc. This and other Crc must be valid. |