FString UE::NamingTokens::Utils::CombineNamespaceAndTokenKey
(
const FString& InNamespace,
const FString& InTokenKey
)
|
Combine the namespace and token key using the delimiter. |
Utils/NamingTokenUtils.h |
|
|
Formats a token key into {key}. |
Utils/NamingTokenUtils.h |
|
FString UE::NamingTokens::Utils::GetNamespaceDelimiter()
|
Retrieve the delimiter for the namespace. |
Utils/NamingTokenUtils.h |
|
FString UE::NamingTokens::Utils::GetNamespaceFromTokenKey
(
const FString& InTokenKey
)
|
Return the namespace from a token key, or an empty string. |
Utils/NamingTokenUtils.h |
|
UFunction * UE::NamingTokens::Utils::GetProcessTokenFunctionSignature()
|
Return the signature function all blueprint token processing should use. |
Utils/NamingTokenUtils.h |
|
|
Extract all token keys from a string. |
Utils/NamingTokenUtils.h |
|
bool UE::NamingTokens::Utils::IsTokenInString
(
const FString& InTokenKey,
const FString& InTokenString
)
|
Checks if a token is present in a string. |
Utils/NamingTokenUtils.h |
|
FString UE::NamingTokens::Utils::RemoveNamespaceFromTokenKey
(
const FString& InTokenKey
)
|
Remove the namespace from the given token key. |
Utils/NamingTokenUtils.h |
|
bool UE::NamingTokens::Utils::ValidateName
(
const FString& InName,
FText& OutErrorMessage
)
|
Validates a name used for a token key or namespace. |
Utils/NamingTokenUtils.h |
|
bool UE::NamingTokens::Utils::ValidateTokenFunction
(
const UFunction* InFunction
)
|
Validate that a token function can be used for token processing. |
Utils/NamingTokenUtils.h |
|