More work on blueprint MCP
This commit is contained in:
@@ -10,15 +10,15 @@
|
||||
// and metadata as simple UPROPERTYs that the property system can
|
||||
// populate from JSON.
|
||||
USTRUCT()
|
||||
struct FBlueprintVar
|
||||
struct FWingBlueprintVar
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
FBPVariableDescription* Desc = nullptr;
|
||||
WingProperty DefaultValueProp;
|
||||
|
||||
FBlueprintVar() = default;
|
||||
FBlueprintVar(UBlueprint* BP, const FString& VarName);
|
||||
FWingBlueprintVar() = default;
|
||||
FWingBlueprintVar(UBlueprint* BP, const FString& VarName);
|
||||
|
||||
bool NotFound() const { return Desc == nullptr; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user