Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintAsyncActionBase
- UOnlineBlueprintCallProxyBase
- UAchievementQueryCallbackProxy
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/AchievementQueryCallbackProxy.h |
| Include | #include "AchievementQueryCallbackProxy.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UAchievementQueryCallbackProxy : public UOnlineBlueprintCallProxyBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FEmptyOnlineDelegate | OnFailure | Called when there is an unsuccessful query. | |
| FEmptyOnlineDelegate | OnSuccess | Called when there is a successful query. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAchievementQueryCallbackProxy
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UAchievementQueryCallbackProxy * | CacheAchievementDescriptions
(
UObject* WorldContextObject, |
Fetches and caches achievement descriptions from the default online subsystem. | |
| UAchievementQueryCallbackProxy * | CacheAchievements
(
UObject* WorldContextObject, |
Fetches and caches achievement progress from the default online subsystem. |
Overridden from UBlueprintAsyncActionBase
| Type | Name | Description | |
|---|---|---|---|
| void | Activate () |
Called to trigger the action once the delegates have been bound |