Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UHeterogeneousVolumeComponent
- UObject::PostInitProperties()
- UActorComponent::PostInitProperties()
- UPrimitiveComponent::PostInitProperties()
- UHeterogeneousVolumeComponent::PostInitProperties()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/HeterogeneousVolumeComponent.h |
| Include | #include "Components/HeterogeneousVolumeComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/HeterogeneousVolumeComponent.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.