Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/APostProcessVolume
Description
Called after all the components in the Components array are registered, called both in editor and during gameplay. bHasRegisteredAllComponents must be set true prior to calling this function.
Virtual Inheritance
- AActor::PostRegisterAllComponents → ABrush::PostRegisterAllComponents → APostProcessVolume::PostRegisterAllComponents
| Name | PostRegisterAllComponents |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/PostProcessVolume.h |
| Include Path | #include "Engine/PostProcessVolume.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealClient.cpp |
virtual void PostRegisterAllComponents()