New slash command parser
This commit is contained in:
@@ -105,9 +105,16 @@ public:
|
||||
//
|
||||
static UFunction* GetConverterForPinType(const UEdGraphSchema_K2 *Schema, const FEdGraphPinType& PinType, bool AllowWild);
|
||||
|
||||
// Format a message using FTextFormatter::Format.
|
||||
// Meant to be used internally by the Format Message K2Node,
|
||||
// which needs an impure wrapper around formatting.
|
||||
//
|
||||
UFUNCTION(BlueprintCallable, meta=(BlueprintInternalUseOnly = "true"))
|
||||
static FText FormatMessageInternal(const FString &InPattern, TArray<FFormatArgumentData> InArgs);
|
||||
|
||||
// Format a message using FTextFormatter::Format, and send
|
||||
// it to UE_LOG. The Context object's name is used as the
|
||||
// log category. Meant to be used internally by the Format
|
||||
// log category. Meant to be used internally by the Format
|
||||
// Log Message K2Node.
|
||||
//
|
||||
UFUNCTION(BlueprintCallable, meta=(WorldContext = "Context", BlueprintInternalUseOnly = "true"))
|
||||
|
||||
Reference in New Issue
Block a user