|
| VFloat | operator- (VFloat Operand) |
| |
| VFloat | operator+ (VFloat Left, VFloat Right) |
| |
| VFloat | operator- (VFloat Left, VFloat Right) |
| |
| VFloat | operator* (VFloat Left, VFloat Right) |
| |
| VFloat | operator/ (VFloat Left, VFloat Right) |
| |
| bool | operator== (VFloat Left, VFloat Right) |
| |
| bool | operator< (VFloat Left, VFloat Right) |
| |
| bool | operator<= (VFloat Left, VFloat Right) |
| |
| void | AppendDecimalToString (FUtf8StringBuilderBase &Builder, VFloat Float, EFloatStringFormat Format) |
| |
| TSharedRef< FJsonValue > | Int64ToJson (int64 Arg) |
| |
| bool | TryGetInt64 (const FJsonValue &JsonValue, int64 &Int64Value) |
| |
| TSharedPtr< FJsonValue > | Wrap (const TSharedPtr< FJsonValue > &Value, EValueJSONFormat Format) |
| |
| TSharedPtr< FJsonValue > | Wrap (const TSharedPtr< FJsonValue > &Value) |
| |
| TSharedPtr< FJsonValue > | Unwrap (const TSharedPtr< FJsonValue > &Value, EValueJSONFormat Format) |
| |
| TSharedPtr< FJsonValue > | Unwrap (const FJsonValue &Value) |
| |
| | DEFINE_DERIVED_VCPPCLASSINFO (VNativeConstructorWrapper) |
| |
| | DEFINE_DERIVED_VCPPCLASSINFO (VNativeRef) |
| |
| void | AppendToString (FUtf8StringBuilderBase &Builder, UObject *Object, EValueStringFormat Format, TSet< const void * > &VisitedObjects, uint32 RecursionDepth) |
| |
| TOptional< TMap< FString, TSharedPtr< FJsonValue > > > | MapFromPersistentJson (const FJsonObject &JsonObject) |
| |
| const SRuntimeDiagnosticInfo & | GetRuntimeDiagnosticInfo (const ERuntimeDiagnostic Diagnostic) |
| |
| FString | AsFormattedString (const ERuntimeDiagnostic &Diagnostic, const FText &MessageText) |
| |
| void | RaiseVerseRuntimeError (const Verse::ERuntimeDiagnostic Diagnostic, const FText &MessageText) |
| |
| void | AppendVerseToString (FUtf8StringBuilderBase &Builder, UTF8CHAR Char) |
| |
| void | AppendVerseToString (FUtf8StringBuilderBase &Builder, UTF32CHAR Char) |
| |
| void | AppendVerseToString (FUtf8StringBuilderBase &Builder, FUtf8StringView String) |
| |
| FUtf8String | ToVerseString (UTF8CHAR Char) |
| |
| FUtf8String | ToVerseString (UTF32CHAR Char) |
| |
| FUtf8String | ToVerseString (FUtf8StringView String) |
| |
| template<typename TShortName > |
| FString | ShortNameToFieldName (TShortName &&ShortName) |
| |
| template<typename TArg > |
| TOptional< TArg > | NameToShortName (TArg PropertyName) |
| |
| constexpr size_t | BitCeil (size_t X) |
| |
| template<typename... Ts> |
| uint32 | GetTypeHash (TPtrVariant< Ts... > Ptr) |
| |
| COREUOBJECT_API FUtf8String | VerseToString (UTF8CHAR Char) |
| |
| COREUOBJECT_API FUtf8String | VerseToString (UTF32CHAR Char) |
| |
| COREUOBJECT_API FUtf8String | VerseToString (FUtf8StringView String) |
| |
| constexpr bool | IsCellFormat (EValueStringFormat Format) |
| |
| COREUOBJECT_API void | AppendToString (VCell *Cell, FUtf8StringBuilderBase &Builder, FAllocationContext Context, EValueStringFormat Format, uint32 RecursionDepth=0) |
| |
| COREUOBJECT_API void | AppendToString (VValue Value, FUtf8StringBuilderBase &Builder, FAllocationContext Context, EValueStringFormat Format, uint32 RecursionDepth=0) |
| |
| COREUOBJECT_API FUtf8String | ToString (VCell *Cell, FAllocationContext Context, EValueStringFormat Format, uint32 RecursionDepth=0) |
| |
| COREUOBJECT_API FUtf8String | ToString (VValue Value, FAllocationContext Context, EValueStringFormat Format, uint32 RecursionDepth=0) |
| |
| void | VstAsCodeSourceAppend (const TSRef< Vst::Node > &VstNode, uLang::CUTF8StringBuilder &Source) |
| |
| void | VstAsCodeSourceAppend (const TSRef< Vst::Node > &VstNode, const EPrettyPrintBehaviour Flags, uLang::CUTF8StringBuilder &Source) |
| |
| void | VstAsCodeSourceAppend (const TSRef< Vst::PrePostCall > &VstNode, uLang::CUTF8StringBuilder &Source, int32_t First, int32_t Last) |
| |
| void | VstAsCodeSourceAppend (const TSRef< Vst::Clause > &VstClause, CUTF8StringBuilder &Source, int32_t InitialIndent, CUTF8String const &Separator) |
| |
| bool | GeneratePathToPostfixComment (const TSRef< Vst::Node > &Target, const TSRef< Vst::Node > &Node, int32_t &CommentIndex) |
| |
| bool | GeneratePathToPrefixComment (const TSRef< Vst::Node > &Target, const TSRef< Vst::Node > &Node, int32_t &CommentIndex) |
| |
| bool | GeneratePathToAuxNode (const TSRef< Vst::Node > &Target, const TSRef< Vst::Node > &Node, LArray< int32_t > &AuxPath) |
| |
| bool | GeneratePathToNode_Internal (const TSRef< Vst::Node > &Node, const Vst::NodeArray &Snippet, SPathToNode &PathToNode) |
| |
| bool | GeneratePathToNode (const TSRef< Vst::Node > &Node, const TSRef< Vst::Snippet > &VstSnippet, SPathToNode &PathToNode) |
| |
| TSPtr< Vst::Node > | GetNodeFromPath (const TSRef< Vst::Snippet > &VstSnippet, const SPathToNode &PathData, bool bReturnParent) |
| |
| int32_t | GetSignedDistanceBetweenPositionAndLocus (const SLocus &A, const SPosition &B, const uLang::SIndexedSourceText &SourceText) |
| |
| ULANG_FORCEINLINE SLocus | NullWhence () |
| |
| | ULANG_ENUM_BIT_FLAGS (EPrettyPrintBehaviour, inline) |
| |
| ULANG_FORCEINLINE CUTF8String | PrettyPrintVst (const TSRef< Vst::Node > &VstNode) |
| |
| ULANG_FORCEINLINE CUTF8String | PrettyPrintVst (const TSRef< Vst::Node > &VstNode, const EPrettyPrintBehaviour Flags) |
| |
| ULANG_FORCEINLINE CUTF8String | PrettyPrintVst (const TSRef< Vst::PrePostCall > &VstNode, int32_t FirstChildIndex, int32_t LastChildIndex) |
| |
| ULANG_FORCEINLINE CUTF8String | PrettyPrintClause (const TSRef< Vst::Clause > &VstClause, int32_t InitialIndent, CUTF8String const &Separator) |
| |
|
| TAutoConsoleVariable< bool > | CVarUseDynamicSubobjectInstancing (TEXT("verse.UseDynamicSubobjectInstancing"), true, TEXT("If true, Verse classes compiled with dynamic reference support will use dynamic subobject instancing."), ECVF_Default) |
| |
| TAutoConsoleVariable< bool > | CVarEnableAssetClassRedirectors (TEXT("verse.EnableAssetClassRedirectors"), false, TEXT("If true, asset class aliases will be added to the list of redirectors for their package."), ECVF_Default) |
| |
| TAutoConsoleVariable< bool > | CVarEditInlineSubobjectProperties (TEXT("verse.EditInlineSubobjectProperties"), true, TEXT("If true, ObjectProperties of Verse classes will all be tagged with EditInline."), ECVF_Default) |
| |
| TAutoConsoleVariable< bool > | CVarForceCompileFramework (TEXT("verse.ForceCompileFramework"), WITH_VERSE_VM, TEXT("When true, compile framework packages from source instead of loading cooked packages."), ECVF_Default) |
| |
| TAutoConsoleVariable< bool > | CVarBreakOnVerseRuntimeError (TEXT("verse.Diagnostics.BreakOnVerseRuntimeError"), false, TEXT("If set to `true`, will break into the debugger on encountering a Verse runtime error.")) |
| |
| constexpr SRuntimeDiagnosticInfo | DiagnosticInfos [] |
| |