FNiagaraEditorModule::GetPooledDuplicateObject

Object pooling methods used to prevent unnecessary object allocation during compiles.

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorModule.h

Include

#include "NiagaraEditorModule.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraEditorModule.cpp

Syntax

UObject * GetPooledDuplicateObject
(
    UObject * Source,
    EFieldIteratorFlags::SuperClassFlags CopySuperProperties
)

Remarks

Object pooling methods used to prevent unnecessary object allocation during compiles.

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