Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UReplaySubsystem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ReplaySubsystem.h |
| Include | #include "ReplaySubsystem.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ReplaySubsystem.cpp |
void SetExternalDataForObject
(
UObject * OwningObject,
const uint8 * Src,
const int32 NumBits
)
Remarks
Add external data associated with an object to the recording replay
Parameters
| Name | Description |
|---|---|
| OwningObject | Recorded UObject to associate the data with |
| Src | Pointer to the external data buffer |
| NumBits | Number of bits to store from Src |