Navigation
API > API/Plugins > API/Plugins/Niagara
Helper class to trigger access to a TLS of NiagaraTypeDefinition. While constructed, the current thread will get lock-free access (minus the first call) to a registered type. Destruction clears the TLS to avoid any potential fallout of holding onto stale pointers or taking up too much memory bloat
| Name | FNiagaraTypeRegistryTLSProxy |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypeRegistry.h |
| Include Path | #include "NiagaraTypeRegistry.h" |
Syntax
class FNiagaraTypeRegistryTLSProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNiagaraTypeRegistryTLSProxy() |
NiagaraTypeRegistry.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FNiagaraTypeRegistryTLSProxy() |
NiagaraTypeRegistry.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CallingThreadId | const uint32 | NiagaraTypeRegistry.h |