UParticleModuleSubUVMovie::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()

UParticleModuleSubUV::PostInitProperties()

UParticleModuleSubUVMovie::PostInitProperties()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/SubUV/ParticleModuleSubUVMovie.h

Include

#include "Particles/SubUV/ParticleModuleSubUVMovie.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules.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.