Navigation
Unreal Engine C++ API Reference > Plugins > HairStrandsCore > UGroomAsset
- UObject::PostLoad()
- UGroomAsset::PostLoad()
References
Module | HairStrandsCore |
Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomAsset.h |
Include | #include "GroomAsset.h" |
Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/GroomAsset.cpp |
virtual void PostLoad&40;&41;
Remarks
Do any object-specific cleanup required immediately after loading an object. This is not called for newly-created objects, and by default will always execute on the game thread.