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