Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObject
Syntax
UPROPERTY&40;&41;
bool bIsChildObject
Remarks
True if this object references a parent object. This is used basically to exclude this object from cooking. This is actually derived from the source graph object node pointing to another object or not, but it needs to be cached here because the source graph is not always available. For old objects this may be false even if they are child objects until they are resaved, but that is the conservative case and shouldn't cause a problem.