Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FImplicitBVHObject
Description
A unique index for this object in the hierarchy. E.g., if the same FImplicitObject is referenced multiple times in the hierarchy in a union of transformed objects, each will have a different ObjectIndex. This is the ObjectIndex assigned when visiting the hierarchy via FImplicitObject::VisitHierachy and other visit methods and can be used to index arrays initialized via those visitors.
| Name | GetObjectIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ImplicitObjectBVH.h |
| Include Path | #include "Chaos/ImplicitObjectBVH.h" |
int32 GetObjectIndex() const