Navigation
API > API/Runtime > API/Runtime/Engine
Classes
| Type | Name | Description | |
|---|---|---|---|
| FBitManip | |||
| FIdentityDeltaRange | Helper to make it possible to use the same paths for scattering through the remap... | ||
| FInstanceAttributeTracker | Tracks changes for instances, but that assumes storing stuff per index except the removed status which must be kept ID-based Removed items are tracked by ID and kept separate as we need to remember if an item was ever removed in order to handle these correctly. | ||
| FInstanceUpdateComponentDesc | Data descriptor representing the component state abstracting the UPrimitiveComponent, needs to be passed into the change flushing. | ||
| FISMCInstanceDataSceneProxy | Proxy class that represents scene instance data to the renderer. | ||
| FISMCInstanceDataSceneProxyLegacyReordered | Proxy that supports legacy reordered (HISM) data management. | ||
| FISMCInstanceDataSceneProxyNoGPUScene | Proxy that supports legacy NoGPUScene data management (and HISM). | ||
| FISMInstanceUpdateChangeSet | |||
| FISMPrecomputedSpatialHashData | Precomputed optimization data that descrives the spatial hashes and reordering needed. | ||
| FPrimitiveInstanceDataManager | Manager class that tracks changes to instance data within the component, and is responsible for dispatching updates of the proxy. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TPimplPtr< FOpaqueHitProxyContainer > | MakeOpaqueHitProxyContainer
(
const TArray< TRefCountPtr< HHitProxy > >& InHitProxies |