Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/FComponentCacheAdapter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool InitializeForRecord
(
UPrimitiveComponent* InComponent, |
Called from the game thread to initialize a component and cache ready to record a cache | Chaos/Adapters/CacheAdapter.h | |
virtual bool InitializeForRecord
(
UPrimitiveComponent* InComponent, |
Chaos/Adapters/CacheAdapter.h |
InitializeForRecord(UPrimitiveComponent , UChaosCache )
Description
Called from the game thread to initialize a component and cache ready to record a cache
| Name | InitializeForRecord |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/Adapters/CacheAdapter.h |
| Include Path | #include "Chaos/Adapters/CacheAdapter.h" |
virtual bool InitializeForRecord
(
UPrimitiveComponent * InComponent,
UChaosCache * InCache
)
Parameters
| Name | Remarks |
|---|---|
| InComponent | Target component to initialize |
| InCache | Target cache to initialize |
InitializeForRecord(UPrimitiveComponent *, FObservedComponent &)
| Name | InitializeForRecord |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/Adapters/CacheAdapter.h |
| Include Path | #include "Chaos/Adapters/CacheAdapter.h" |
| Source | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Private/Chaos/Adapters/CacheAdapter.cpp |
virtual bool InitializeForRecord
(
UPrimitiveComponent * InComponent,
FObservedComponent & InObserved
)