Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net > API/Runtime/Engine/Net/FRepLayout
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/RepLayout.h |
| Include | #include "Net/RepLayout.h" |
| Source | /Engine/Source/Runtime/Engine/Private/RepLayout.cpp |
void CallRepNotifies
(
FReceivingRepState * RepState,
UObject * Object
) const
Remarks
Fire any RepNotifies that have been queued for an object while receiving properties.
Parameters
| Name | Description |
|---|---|
| RepState | The ReceivingRepState associated with the Object. This is expected to be valid. |
| Object | The Object that received properties. |