Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | FMemoryRuntimeEstimation |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEmitter.h |
| Include Path | #include "NiagaraEmitter.h" |
Syntax
struct FMemoryRuntimeEstimation
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NiagaraEmitter.h | |||
FMemoryRuntimeEstimation
(
const FMemoryRuntimeEstimation& Other |
NiagaraEmitter.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllocationEstimate | int32 | NiagaraEmitter.h | ||
| IsEstimationDirty | std::atomic< bool > | NiagaraEmitter.h | ||
| RuntimeAllocations | TMap< uint64, int32 > | NiagaraEmitter.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EstimationCriticalSection | TSharedPtr< FCriticalSection > | NiagaraEmitter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCriticalSection * GetCriticalSection() |
NiagaraEmitter.h | ||
bool GetIsEstimationDirty() |
NiagaraEmitter.h | ||
void SetIsEstimationDirty
(
bool bIsDirty |
NiagaraEmitter.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMemoryRuntimeEstimation & operator=
(
const FMemoryRuntimeEstimation& Other |
NiagaraEmitter.h |