Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > Lifetime > UParticleModuleLifetime
- UObject::PostInitProperties()
- UParticleModuleLifetime::PostInitProperties()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetime.h |
Include | #include "Particles/Lifetime/ParticleModuleLifetime.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.cpp |
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.