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