Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | FChaosArchiveContext |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ChaosArchive.h |
| Include Path | #include "Chaos/ChaosArchive.h" |
Syntax
class FChaosArchiveContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChaosArchiveContext() |
Chaos/ChaosArchive.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FChaosArchiveContext() |
Chaos/ChaosArchive.h |
Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ObjToTag | TMap< void *, int32 > | Chaos/ChaosArchive.h | ||
| PendingAdds | TSet< void * > | Chaos/ChaosArchive.h | ||
| TagCount | int32 | Chaos/ChaosArchive.h | ||
| TagToObject | TArray< void * > | Chaos/ChaosArchive.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ObjToRefCountPtrHolder | TMap< void *, FRefCountPtrHolder * > | Chaos/ChaosArchive.h | ||
| ObjToSharedPtrHolder | TMap< void *, FSharedPtrHolder * > | Chaos/ChaosArchive.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetObjectTag
(
const void* ObjectPtr |
Chaos/ChaosArchive.h | ||
TRefCountPtr< T > & ToRefCountPointerHelper
(
TSerializablePtr< T >& Obj |
Chaos/ChaosArchive.h | ||
TSharedPtr< T, Mode > & ToSharedPointerHelper
(
TSerializablePtr< T >& Obj |
Chaos/ChaosArchive.h |