Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FRuntimeDataCollector |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/PhysicsProxy/GeometryCollectionPhysicsProxy.h |
| Include Path | #include "PhysicsProxy/GeometryCollectionPhysicsProxy.h" |
Syntax
struct FRuntimeDataCollector
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Collectors | TMap< FGuid, FDamageCollector > | Collectors by geometry collection Guids | PhysicsProxy/GeometryCollectionPhysicsProxy.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddCollector
(
const FGuid& Guid, |
PhysicsProxy/GeometryCollectionPhysicsProxy.h | ||
void Clear() |
PhysicsProxy/GeometryCollectionPhysicsProxy.h | ||
FDamageCollector * Find
(
const FGuid& Guid |
PhysicsProxy/GeometryCollectionPhysicsProxy.h | ||
void RemoveCollector
(
const FGuid& Guid |
PhysicsProxy/GeometryCollectionPhysicsProxy.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FRuntimeDataCollector & GetInstance() |
PhysicsProxy/GeometryCollectionPhysicsProxy.h |