Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UStaticMeshComponent
Syntax
UPROPERTY (Transient)
uint8 bRegistering: 1
Remarks
Transient flag used during registration to handle edge case with mesh compilation completion callback. We perform actions to register the mesh properly when it gets called async, but we end up doing those twice when it gets called while the registration is not completed.