Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UNetObjectFactory
Description
Optional callback triggered after we applied the initial replicated properties to the instantiated object. From here the remote object is ready to be used by the game engine.
| Name | PostInit |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/NetObjectFactory.h |
| Include Path | #include "Iris/ReplicationSystem/NetObjectFactory.h" |
virtual void PostInit
(
const FPostInitContext & Context
)
Parameters
| Name | Remarks |
|---|---|
| Context | Gives you access to the new object. |