Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertClientReplicationBridge
Description
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.
| Name | IsObjectAvailable |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/Replication/IConcertClientReplicationBridge.h |
| Include Path | #include "Replication/IConcertClientReplicationBridge.h" |
bool IsObjectAvailable
(
const FSoftObjectPath & Path
)
Whether a call to FindObjectIfAvailable would return a valid object.
Parameters
| Name | Remarks |
|---|---|
| Path | The object to find |