Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | FNiagaraStructConversionStep |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include Path | #include "NiagaraTypes.h" |
Syntax
USTRUCT ()
struct FNiagaraStructConversionStep
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NiagaraTypes.h | |||
FNiagaraStructConversionStep
(
int32 InLWCBytes, |
NiagaraTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConversionType | ENiagaraStructConversionType | NiagaraTypes.h | ||
| LWCBytes | int32 | NiagaraTypes.h | ||
| LWCOffset | int32 | NiagaraTypes.h | ||
| SimulationBytes | int32 | NiagaraTypes.h | ||
| SimulationOffset | int32 | NiagaraTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyFromSim
(
uint8* LWCData, |
NiagaraTypes.h | ||
void CopyInternal
(
uint8* DestinationData, |
NiagaraTypes.h | ||
void CopyToSim
(
const uint8* LWCData, |
NiagaraTypes.h |