![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for Verse::FNativeConverter, including all inherited members.
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< EVerseTrue > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< bool > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< int64 > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< FVerseRational > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< double > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< FNativeString > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< UTF8CHAR > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< UTF32CHAR > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< EnumType > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< TNonNullPtr< ObjectType > > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< TInterfaceInstance< InterfaceProxyType > > &OutNative) | Verse::FNativeConverter | static |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< StructType > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< TNativeTuple< ElementTypes... > > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< TNativeTuple< ElementTypes... > > &OutNative, std::index_sequence< Indices... >) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< NativeType > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< TArray< ElementType > > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< TMap< KeyType, ValueType > > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< TOptional< ValueType > > &OutNative) | Verse::FNativeConverter | inlinestatic |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< FVerseValue > &OutNative) | Verse::FNativeConverter | static |
| FromVValue(FAllocationContext Context, const VValue Value, TFromVValue< TVerseFunction< ReturnType(ParamTypes...)> > &OutNative) | Verse::FNativeConverter | static |
| ToVValue(FAllocationContext Context, EVerseFalse) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, EVerseTrue) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, bool Logic) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, int64 Number) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, const FVerseRational &Rational) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, double Number) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, const FNativeString &String) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, UTF8CHAR Char) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, UTF32CHAR Char32) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, EnumType Enumerator) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, ObjectType *Object) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, TNonNullPtr< ObjectType > Object) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, ::TObjectPtr< ObjectType > Object) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, TInterfaceInstance< InterfaceProxyType > Object) | Verse::FNativeConverter | static |
| ToVValue(FAllocationContext Context, StructType &&Struct) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, const TNativeTuple< ElementTypes... > &Tuple) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, const TNativeTuple< ElementTypes... > &Tuple, std::index_sequence< Indices... >) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, const NativeType &Type) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, const TArray< ElementType > &Array) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, const TMap< KeyType, ValueType > &Map) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, const ::TOptional< ValueType > &Optional) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, const ::FNullOpt &Optional) | Verse::FNativeConverter | inlinestatic |
| ToVValue(FAllocationContext Context, const FVerseValue &Value) | Verse::FNativeConverter | static |
| ToVValue(FAllocationContext Context, const FVerseFunction &Function) | Verse::FNativeConverter | static |