Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
- UObject::PostCDOCompiled()
- UMoverComponent::PostCDOCompiled()
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverComponent.h |
| Include | #include "MoverComponent.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoverComponent.cpp |
virtual void PostCDOCompiled
(
const FPostCDOCompiledContext & Context
)
Remarks
Called after the Blueprint compiler has finished generating the Class Default Object (CDO) for a class. This can only happen in the editor. This is called when the CDO and its associated class structure have been fully generated and populated, and allows the assignment of cached/derived data, eg) caching the name/count of properties of a certain type, or inspecting the properties on the class and using their meta-data and CDO default values to derive game data.