Navigation
API > API/Plugins > API/Plugins/Niagara
Helper class for accessing and caching the value of CVars for device profiles.
| Name | FDeviceProfileValueCache |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPlatformSet.h |
| Include Path | #include "NiagaraPlatformSet.h" |
Syntax
struct FDeviceProfileValueCache
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCVarValueMap | TMap< IConsoleVariable *, FNiagaraCVarValues > | NiagaraPlatformSet.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CachedDeviceProfileValues | TMap< const UDeviceProfile *, FCVarValueMap > | Cached values for any polled CVar on particular device profiles. | NiagaraPlatformSet.h |
| CachedPlatformValues | TMap< FName, FCVarValueMap > | Cached values for any polled CVar from the platform ini files. | NiagaraPlatformSet.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Empty() |
NiagaraPlatformSet.h | ||
static const FNiagaraCVarValues & GetValues
(
const UDeviceProfile* DeviceProfile, |
NiagaraPlatformSet.h |