Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/FNiagaraTypeHelper
Description
Attempt to get the actual LWC type for a given type that would be used in the rest of the engine etc. Used for cases where we actually need to store types in LWC format. These cannot be properly serialized currently so must be constructed at runtime from their Niagara Simulation types.
| Name | GetLWCType |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include Path | #include "NiagaraTypes.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraTypes.cpp |
static FNiagaraTypeDefinition GetLWCType
(
const FNiagaraTypeDefinition & InType
)