Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/Replication > API/Plugins/ConcertSyncClient/Replication/IConcertClientReplicationBridge
References
| Module | ConcertSyncClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/Replication/IConcertClientReplicationBridge.h |
| Include | #include "Replication/IConcertClientReplicationBridge.h" |
bool IsObjectAvailable
(
const FSoftObjectPath & Path
)
Remarks
More lightweight version of FindObjectIfAvailable which does not force the UObject to be loaded, if it is determined to be available. This function should be called instead of FindAndTrackObjectIfAvailable if the UObject instance is not needed.
This function will not discover nor hide any UObject (that means broadcast OnObjectDiscovered or OnObjectHidden), unless it is tracked, in which case it can. Whether a call to FindObjectIfAvailable would return a valid object.
Parameters
| Name | Description |
|---|---|
| Path | The object to find |