lxLuaWidget is gone.
This commit is contained in:
@@ -138,22 +138,3 @@ DECLARE_LOG_CATEGORY_EXTERN(LogLuprex, Display, All);
|
||||
// Messages about the Luprex integration with Unreal.
|
||||
//
|
||||
DECLARE_LOG_CATEGORY_EXTERN(LogLuprexIntegration, Display, All);
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
//
|
||||
// UlxLuaWidget
|
||||
//
|
||||
////////////////////////////////////////////////////////////
|
||||
|
||||
class UlxLuaValues;
|
||||
|
||||
UCLASS(BlueprintType)
|
||||
class INTEGRATION_API UlxLuaWidget : public UUserWidget
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
public:
|
||||
UFUNCTION(BlueprintImplementableEvent, BlueprintCallable, Category = "Luprex|Miscellaneous")
|
||||
void ReadLuaConfiguration(UlxLuaValues *Config);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user