Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGCrc
Overloads
| 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 |
Combine(const FPCGCrc &)
Description
Combines another Crc into this Crc to chain them.
| Name | Combine |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGCrc.h |
| Include Path | #include "PCGCrc.h" |
void Combine
(
const FPCGCrc & InOtherCrc
)
Combine(uint32)
Description
Combines another Crc value into this Crc to chain them.
| Name | Combine |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGCrc.h |
| Include Path | #include "PCGCrc.h" |
void Combine
(
uint32 InOtherCrcValue
)