LootLocker Unreal SDK 10.4.0
Game backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerFailedKey Struct Reference

Holds the key and failure reason of a trigger that could not be invoked. More...

#include <LootLockerTriggersRequestHandler.h>

Data Fields

FString Key = ""
 The key of the trigger that failed invocation.
 
ELootLockerTriggerFailureReasons Reason = ELootLockerTriggerFailureReasons::Key_not_found
 The reason that the trigger failed invocation.
 

Detailed Description

Holds the key and failure reason of a trigger that could not be invoked.

Field Documentation

◆ Key

FString FLootLockerFailedKey::Key = ""

The key of the trigger that failed invocation.

◆ Reason

The reason that the trigger failed invocation.