UNiagaraDataInterfaceCamera::PostInitProperties

Called after the C++ constructor and after the properties have been initialized, including those loaded from config.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UObject::PostInitProperties()

UNiagaraDataInterfaceCamera::PostInitProperties()

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceCamera.h

Include

#include "NiagaraDataInterfaceCamera.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraDataInterfaceCamera.cpp

Syntax

virtual void PostInitProperties()

Remarks

Called after the C++ constructor and after the properties have been initialized, including those loaded from config. This is called before any serialization or other setup has happened.