Navigation
API > API/Plugins > API/Plugins/NiagaraCore
| Name | FNiagaraCompileHash |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraCore/Public/NiagaraCompileHash.h |
| Include Path | #include "NiagaraCompileHash.h" |
Syntax
USTRUCT ()
struct FNiagaraCompileHash
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NiagaraCompileHash.h | |||
FNiagaraCompileHash
(
const TArray< uint8 >& InDataHash |
NiagaraCompileHash.h | ||
FNiagaraCompileHash
(
const uint8* InDataHash, |
NiagaraCompileHash.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| HashSize | uint32 | NiagaraCompileHash.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataHash | TArray< uint8 > | NiagaraCompileHash.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendString
(
FString& Out |
NiagaraCompileHash.h | ||
const uint8 * GetData() |
NiagaraCompileHash.h | ||
uint32 GetTypeHash() |
NiagaraCompileHash.h | ||
bool IsValid() |
NiagaraCompileHash.h | ||
bool ToSHAHash
(
FSHAHash& OutHash |
NiagaraCompileHash.h | ||
FString ToString() |
NiagaraCompileHash.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FNiagaraCompileHash& Other |
NiagaraCompileHash.h | ||
bool operator!=
(
const FSHAHash& Other |
NiagaraCompileHash.h | ||
bool operator==
(
const FNiagaraCompileHash& Other |
NiagaraCompileHash.h | ||
bool operator==
(
const FSHAHash& Other |
NiagaraCompileHash.h |