FNiagaraTypeHelper

Can convert a [UStruct](API\Runtime\CoreUObject\UObject\UStruct) with fields of base types only (float, int... - will likely add native vector types here as well) to an [FNiagaraTypeDefinition](API\Plugins\Niagara\FNiagaraTypeDefinition) (internal representation)

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h

Include

#include "NiagaraTypes.h"

Syntax

class FNiagaraTypeHelper

Remarks

Can convert a UStruct with fields of base types only (float, int... - will likely add native vector types here as well) to an FNiagaraTypeDefinition (internal representation)

Functions

Name Description

Public function Static

FString

 

ToString

(
    const uint8* ValueData,
    const UObject* StructOrEnum
)

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