FNiagaraCompileHash

Windows
MacOS
Linux

References

Module

NiagaraCore

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraCore/Public/NiagaraCompileHash.h

Include

#include "NiagaraCompileHash.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FNiagaraCompileHash

Constructors

Name Description

Public function

FNiagaraCompileHash()

Public function

FNiagaraCompileHash

(
    const TArray< uint8 >& InDataHash
)

Public function

FNiagaraCompileHash

(
    const uint8* InDataHash,
    uint32 InCount
)

Functions

Name Description

Public function Const

const uint8 ...

 

GetData()

Public function Const

uint32

 

GetTypeHash()

Public function Const

bool

 

IsValid()

Public function Const

bool

 

ToSHAHash

(
    FSHAHash& OutHash
)

Public function Const

FString

 

ToString()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FNiagaraCompileHash& Other
)

Public function Const

bool

 

operator!=

(
    const FSHAHash& Other
)

Public function Const

bool

 

operator==

(
    const FNiagaraCompileHash& Other
)

Public function Const

bool

 

operator==

(
    const FSHAHash& Other
)

Constants

Name

Description

HashSize

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss