unreal-engine-5-code-split / ue5-api-AdvancedWidgets.jsonl
olympusmonsgames's picture
Uploaded 1,226 JSONL files
1c8bcca verified
{"className": "URadialSlider::GetCustomDefaultValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Gets the current custom default value of the slider.", "module": "AdvancedWidgets", "code": "float GetCustomDefaultValue() const", "variables": []}
{"className": "URadialSlider::GetAccessibleWidget", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Gets the widget that accessibility properties should synchronize to.", "module": "AdvancedWidgets", "code": "virtual [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [SWidget](API\\Runtime\\SlateCore\\Widgets\\SWidget) > GetAccessibleWidget() const", "variables": []}
{"className": "URadialSlider::GetNormalizedSliderHandlePosition", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Get the current raw slider alpha from 0 to 1", "module": "AdvancedWidgets", "code": "float GetNormalizedSliderHandlePosition() const", "variables": []}
{"className": "URadialSlider::GetPaletteCategory", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Gets the palette category of the widget", "module": "AdvancedWidgets", "code": "virtual const [FText](API\\Runtime\\Core\\Internationalization\\FText) GetPaletteCategory()", "variables": []}
{"className": "URadialSlider::GetValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Gets the current value of the slider.", "module": "AdvancedWidgets", "code": "float GetValue() const", "variables": []}
{"className": "URadialSlider::HandleOnControllerCaptureBegin", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "void HandleOnControllerCaptureBegin()", "variables": []}
{"className": "URadialSlider::HandleOnControllerCaptureEnd", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "void HandleOnControllerCaptureEnd()", "variables": []}
{"className": "URadialSlider::HandleOnMouseCaptureBegin", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "void HandleOnMouseCaptureBegin()", "variables": []}
{"className": "URadialSlider::HandleOnMouseCaptureEnd", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "void HandleOnMouseCaptureEnd()", "variables": []}
{"className": "URadialSlider::HandleOnValueChanged", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "void HandleOnValueChanged ( float InValue )", "variables": []}
{"className": "URadialSlider::K2_Gate_Value", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "float K2_Gate_Value()", "variables": []}
{"className": "URadialSlider::ReleaseSlateResources", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "virtual void ReleaseSlateResources ( bool bReleaseChildren )", "variables": []}
{"className": "URadialSlider::RebuildWidget", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Function implemented by all subclasses ofUWidgetis called when the underlyingSWidgetneeds to be constructed.", "module": "AdvancedWidgets", "code": "virtual [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [SWidget](API\\Runtime\\SlateCore\\Widgets\\SWidget) > RebuildWidget()", "variables": []}
{"className": "URadialSlider::SetAngularOffset", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Sets the Angular Offset for the slider.", "module": "AdvancedWidgets", "code": "void SetAngularOffset ( float InValue )", "variables": []}
{"className": "URadialSlider::SetCenterBackgroundColor", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Sets the color of the slider bar", "module": "AdvancedWidgets", "code": "void SetCenterBackgroundColor ( [FLinearColor](API\\Runtime\\Core\\Math\\FLinearColor) InValue )", "variables": []}
{"className": "URadialSlider::SetCustomDefaultValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Sets the current custom default value of the slider.", "module": "AdvancedWidgets", "code": "void SetCustomDefaultValue ( float InValue )", "variables": []}
{"className": "URadialSlider::SetHandStartEndRatio", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Sets the start and end of the hand as a ratio to the slider radius (so 0.0 to 1.0 is from the slider center to the handle).", "module": "AdvancedWidgets", "code": "void SetHandStartEndRatio ( FVector2D InValue )", "variables": []}
{"className": "URadialSlider::SetLocked", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Sets the handle to be interactive or fixed", "module": "AdvancedWidgets", "code": "void SetLocked ( bool InValue )", "variables": []}
{"className": "URadialSlider::SetShowSliderHand", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Whether to show the slider hand.", "module": "AdvancedWidgets", "code": "void SetShowSliderHand ( bool InShowSliderHand )", "variables": []}
{"className": "URadialSlider::SetShowSliderHandle", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Whether to show the slider handle (thumb).", "module": "AdvancedWidgets", "code": "void SetShowSliderHandle ( bool InShowSliderHandle )", "variables": []}
{"className": "URadialSlider::SetSliderBarColor", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Sets the color of the slider bar", "module": "AdvancedWidgets", "code": "void SetSliderBarColor ( [FLinearColor](API\\Runtime\\Core\\Math\\FLinearColor) InValue )", "variables": []}
{"className": "URadialSlider::SetSliderHandleEndAngle", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Sets the maximum angle of the slider.", "module": "AdvancedWidgets", "code": "void SetSliderHandleEndAngle ( float InValue )", "variables": []}
{"className": "URadialSlider::SetSliderHandleColor", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Sets the color of the handle bar", "module": "AdvancedWidgets", "code": "void SetSliderHandleColor ( [FLinearColor](API\\Runtime\\Core\\Math\\FLinearColor) InValue )", "variables": []}
{"className": "URadialSlider::SetSliderHandleStartAngle", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Sets the minimum angle of the slider.", "module": "AdvancedWidgets", "code": "void SetSliderHandleStartAngle ( float InValue )", "variables": []}
{"className": "URadialSlider::SetSliderProgressColor", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Sets the progress color of the slider bar", "module": "AdvancedWidgets", "code": "void SetSliderProgressColor ( [FLinearColor](API\\Runtime\\Core\\Math\\FLinearColor) InValue )", "variables": []}
{"className": "URadialSlider::SetSliderRange", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Sets the curve for the slider range", "module": "AdvancedWidgets", "code": "void SetSliderRange ( const [FRuntimeFloatCurve](API\\Runtime\\Engine\\Curves\\FRuntimeFloatCurve) & InSliderRange )", "variables": []}
{"className": "URadialSlider::SetStepSize", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Sets the amount to adjust the value by, when using a controller or keyboard", "module": "AdvancedWidgets", "code": "void SetStepSize ( float InValue )", "variables": []}
{"className": "URadialSlider::SetUseVerticalDrag", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Set whether the value is changed when dragging vertically as opposed to along the radial curve.", "module": "AdvancedWidgets", "code": "void SetUseVerticalDrag ( bool InUseVerticalDrag )", "variables": []}
{"className": "URadialSlider::SetValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Sets the current value of the slider.", "module": "AdvancedWidgets", "code": "void SetValue ( float InValue )", "variables": []}
{"className": "URadialSlider::SetValueTags", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Adds value tags to the slider.", "module": "AdvancedWidgets", "code": "void SetValueTags ( const [TArray](API\\Runtime\\Core\\Containers\\TArray)< float > & InValueTags )", "variables": []}
{"className": "URadialSlider::SynchronizeProperties", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "Applies all properties to the native widget if possible. This is called after a widget is constructed. It can also be called by the editor to update modified state, so ensure all initialization to a widgets properties are performed here, or the property and visual state may become unsynced.", "module": "AdvancedWidgets", "code": "virtual void SynchronizeProperties()", "variables": []}
{"className": "URadialSlider::URadialSlider", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "URadialSlider ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []}
{"className": "URadialSlider", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h", "description": "A simple widget that shows a sliding bar with a handle that allows you to control the value between 0..1.", "module": "AdvancedWidgets", "code": "class URadialSlider : public [UWidget](API\\Runtime\\UMG\\Components\\UWidget)", "variables": [{"type": "float", "name": "AngularOffset", "description": "Rotates radial slider by arbitrary offset to support full gamut of configurations."}, {"type": "bool", "name": "bUseCustomDefaultValue", "description": "Whether the slider should draw it's progress bar from a custom value on the slider"}, {"type": "FLinearColor", "name": "CenterBackgroundColor", "description": "The color to draw the center background in."}, {"type": "float", "name": "CustomDefaultValue", "description": "The value where the slider should draw it's progress bar from, independent of direction"}, {"type": "FVector2D", "name": "HandStartEndRatio", "description": "Start and end of the hand as a ratio to the slider radius (so 0.0 to 1.0 is from the slider center to the handle)."}, {"type": "bool", "name": "IsFocusable", "description": "Should the slider be focusable?"}, {"type": "float", "name": "K2_Cache_Value", "description": ""}, {"type": "bool", "name": "Locked", "description": "Whether the handle is interactive or fixed."}, {"type": "bool", "name": "MouseUsesStep", "description": "Sets new value if mouse position is greater/less than half the step size."}, {"type": "TSharedPtr<SRa...", "name": "MyRadialSlider", "description": "Native Slate Widget"}, {"type": "FOnControllerCa...", "name": "OnControllerCaptureBegin", "description": "Invoked when the controller capture begins."}, {"type": "FOnControllerCa...", "name": "OnControllerCaptureEnd", "description": "Invoked when the controller capture ends."}, {"type": "FOnMouseCapture...", "name": "OnMouseCaptureBegin", "description": "Invoked when the mouse is pressed and a capture begins."}, {"type": "FOnMouseCapture...", "name": "OnMouseCaptureEnd", "description": "Invoked when the mouse is released and a capture ends."}, {"type": "FOnFloatValueCh...", "name": "OnValueChanged", "description": "Called when the value is changed by slider or typing."}, {"type": "bool", "name": "RequiresControllerLock", "description": "Sets whether we have to lock input to change the slider value."}, {"type": "bool", "name": "ShowSliderHand", "description": "Whether to show the slider hand."}, {"type": "bool", "name": "ShowSliderHandle", "description": "Whether to show the slider handle (thumb)."}, {"type": "FLinearColor", "name": "SliderBarColor", "description": "The color to draw the slider bar in."}, {"type": "FLinearColor", "name": "SliderHandleColor", "description": "The color to draw the slider handle in."}, {"type": "float", "name": "SliderHandleEndAngle", "description": "The angle at which the Slider Handle will end."}, {"type": "float", "name": "SliderHandleStartAngle", "description": "The angle at which the Slider Handle will start."}, {"type": "FLinearColor", "name": "SliderProgressColor", "description": "The color to draw the completed progress of the slider bar in."}, {"type": "FRuntimeFloatCu...", "name": "SliderRange", "description": "A curve that defines how the slider should be sampled. Default is linear."}, {"type": "float", "name": "StepSize", "description": "The amount to adjust the value by, when using a controller or keyboard"}, {"type": "bool", "name": "UseVerticalDrag", "description": "Whether the value is changed when dragging vertically as opposed to along the radial curve."}, {"type": "float", "name": "Value", "description": "The slider value to display."}, {"type": "FGetFloat", "name": "ValueDelegate", "description": "A bindable delegate to allow logic to drive the value of the widget"}, {"type": "TArray< float >", "name": "ValueTags", "description": "Adds text tags to the radial slider at the value's position."}, {"type": "FSliderStyle", "name": "WidgetStyle", "description": "The progress bar style"}]}
{"className": "FAdvancedWidgetsModule::GetModule", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/AdvancedWidgetsModule.h", "description": "", "module": "AdvancedWidgets", "code": "static [FAdvancedWidgetsModule](API\\Runtime\\AdvancedWidgets\\FAdvancedWidgetsModule) & GetModule()", "variables": []}
{"className": "FAdvancedWidgetsModule::GetPropertyValueFactory", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/AdvancedWidgetsModule.h", "description": "", "module": "AdvancedWidgets", "code": "[UE::PropertyViewer::FPropertyValueFactory](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory) & GetPropertyValueFactory() const", "variables": []}
{"className": "FAdvancedWidgetsModule::GetModulePtr", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/AdvancedWidgetsModule.h", "description": "", "module": "AdvancedWidgets", "code": "static [FAdvancedWidgetsModule](API\\Runtime\\AdvancedWidgets\\FAdvancedWidgetsModule) * GetModulePtr()", "variables": []}
{"className": "FAdvancedWidgetsModule::ShutdownModule", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/AdvancedWidgetsModule.h", "description": "Called before the plugin is unloaded, right before the plugin object is destroyed.", "module": "AdvancedWidgets", "code": "virtual void ShutdownModule()", "variables": []}
{"className": "FAdvancedWidgetsModule", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/AdvancedWidgetsModule.h", "description": "Advanced Widgets module", "module": "AdvancedWidgets", "code": "class FAdvancedWidgetsModule : public [IModuleInterface](API\\Runtime\\Core\\Modules\\IModuleInterface)", "variables": []}
{"className": "FAdvancedWidgetsModule::StartupModule", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/AdvancedWidgetsModule.h", "description": "Called right after the plugin DLL has been loaded and the plugin object has been created", "module": "AdvancedWidgets", "code": "virtual void StartupModule()", "variables": []}
{"className": "FFieldColorSettings", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h", "description": "", "module": "AdvancedWidgets", "code": "struct FFieldColorSettings", "variables": [{"type": "FLinearColor", "name": "BooleanTypeColor", "description": "Boolean type color"}, {"type": "FLinearColor", "name": "ClassTypeColor", "description": "Class type color"}, {"type": "FLinearColor", "name": "DefaultStructTypeColor", "description": "Default Struct pin type color"}, {"type": "FLinearColor", "name": "DefaultTypeColor", "description": "The default color is used only for types not specifically defined below."}, {"type": "FLinearColor", "name": "DelegateTypeColor", "description": "Delegate type color"}, {"type": "FLinearColor", "name": "EnumTypeColor", "description": "Enum pin type color"}, {"type": "FLinearColor", "name": "FloatTypeColor", "description": "Floating-point type color"}, {"type": "FLinearColor", "name": "InterfaceTypeColor", "description": "Interface type color"}, {"type": "FLinearColor", "name": "IntTypeColor", "description": "Integer pin type color"}, {"type": "FLinearColor", "name": "NameTypeColor", "description": "Name type color"}, {"type": "FLinearColor", "name": "ObjectTypeColor", "description": "Object type color"}, {"type": "FLinearColor", "name": "StringTypeColor", "description": "String type color"}, {"type": "TMap<FString, ...", "name": "StructColors", "description": "Struct pin type color"}, {"type": "FLinearColor", "name": "TextTypeColor", "description": "Text type color"}]}
{"className": "FFieldExpander_Default::CanExpandObject", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "the class that should be expended for this instance. The instance can be null.", "module": "AdvancedWidgets", "code": "virtual [TOptional](API\\Runtime\\Core\\IO\\TOptional)< const [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * > CanExpandObject ( const [FObjectPropertyBase](API\\Runtime\\CoreUObject\\UObject\\FObjectPropertyBase) * Property, const [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * Instance ) const", "variables": []}
{"className": "FFieldExpander_Default::CanExpandScriptStruct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "true if the struct property can be expended.", "module": "AdvancedWidgets", "code": "virtual bool CanExpandScriptStruct ( const [FStructProperty](API\\Runtime\\CoreUObject\\UObject\\FStructProperty) * StructProperty ) const", "variables": []}
{"className": "EFunctionExpand", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "enum EFunctionExpand { None = 0, FunctionProperties, FunctionReturnProperty, }", "variables": []}
{"className": "EObjectExpandFlag", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "enum EObjectExpandFlag { None = 0, UseInstanceClass = 1 << 1, RequireValidInstance = 1 << 2, }", "variables": []}
{"className": "FFieldExpander_Default::SetExpandFunction", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "Deprecated* Use the SetExpandFunction with the EExpandFunctionType", "module": "AdvancedWidgets", "code": "void SetExpandFunction ( bool bInExpandFunction )", "variables": []}
{"className": "FFieldExpander_Default::GetExpandedFunction", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "the struct that can be expanded from the function. ie. This can be the function itself (to see the arguments) or a return property.", "module": "AdvancedWidgets", "code": "virtual [TOptional](API\\Runtime\\Core\\IO\\TOptional)< const [UStruct](API\\Runtime\\CoreUObject\\UObject\\UStruct) * > GetExpandedFunction ( const [UFunction](API\\Runtime\\CoreUObject\\UObject\\UFunction) * Function ) const", "variables": []}
{"className": "FFieldExpander_Default::SetExpandFunction", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "void SetExpandFunction ( [EFunctionExpand](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EFunctionExpand) InExpandFunction )", "variables": []}
{"className": "FFieldExpander_Default::SetExpandObject", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "void SetExpandObject ( [EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) InExpandObject )", "variables": []}
{"className": "FFieldExpander_Default::SetExpandScriptStruct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "void SetExpandScriptStruct ( bool bInExpandScriptStruct )", "variables": []}
{"className": "FFieldExpander_Default::FFieldExpander_Default", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "FFieldExpander_Default()", "variables": []}
{"className": "FFieldExpander_Default", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "class FFieldExpander_Default : public [UE::PropertyViewer::IFieldExpander](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\IFieldExpander)", "variables": []}
{"className": "FFieldIcon", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h", "description": "", "module": "AdvancedWidgets", "code": "struct FFieldIcon", "variables": [{"type": "FSlateColor", "name": "Color", "description": ""}, {"type": "constFSlateBru...", "name": "Icon", "description": ""}]}
{"className": "FFieldIconArray", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h", "description": "", "module": "AdvancedWidgets", "code": "typedef [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FFieldIcon](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldIconFinder\\FFieldIcon), TInlineAllocator< 2 >> FFieldIconArray", "variables": []}
{"className": "FFieldIconFinder::GetFunctionIcon", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h", "description": "", "module": "AdvancedWidgets", "code": "static [FFieldIconArray](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldIconFinder\\FFieldIconArray) GetFunctionIcon ( const [UFunction](API\\Runtime\\CoreUObject\\UObject\\UFunction) * Function )", "variables": []}
{"className": "FFieldIconFinder::GetFunctionIcon", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h", "description": "", "module": "AdvancedWidgets", "code": "static [FFieldIconArray](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldIconFinder\\FFieldIconArray) GetFunctionIcon ( const [UFunction](API\\Runtime\\CoreUObject\\UObject\\UFunction) * Function, const [FFieldColorSettings](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldColorSettings) & Settings )", "variables": []}
{"className": "FFieldIconFinder::GetIcon", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h", "description": "", "module": "AdvancedWidgets", "code": "static const [FSlateBrush](API\\Runtime\\SlateCore\\Styling\\FSlateBrush) * GetIcon ( const [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * Object )", "variables": []}
{"className": "FFieldIconFinder::GetPropertyIcon", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h", "description": "", "module": "AdvancedWidgets", "code": "static [FFieldIconArray](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldIconFinder\\FFieldIconArray) GetPropertyIcon ( const [FProperty](API\\Runtime\\CoreUObject\\UObject\\FProperty) * Property )", "variables": []}
{"className": "FFieldIconFinder::GetPropertyIcon", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h", "description": "", "module": "AdvancedWidgets", "code": "static [FFieldIconArray](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldIconFinder\\FFieldIconArray) GetPropertyIcon ( const [FProperty](API\\Runtime\\CoreUObject\\UObject\\FProperty) * Property, const [FFieldColorSettings](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldColorSettings) & Settings )", "variables": []}
{"className": "FFieldIconFinder", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h", "description": "", "module": "AdvancedWidgets", "code": "class FFieldIconFinder", "variables": []}
{"className": "FFieldIterator_BlueprintVisible", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldIterator.h", "description": "", "module": "AdvancedWidgets", "code": "class FFieldIterator_BlueprintVisible : public [UE::PropertyViewer::IFieldIterator](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\IFieldIterator)", "variables": []}
{"className": "FPropertyArray", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h", "description": "", "module": "AdvancedWidgets", "code": "typedef [TArray](API\\Runtime\\Core\\Containers\\TArray)< const [FProperty](API\\Runtime\\CoreUObject\\UObject\\FProperty) *, TInlineAllocator< 1 >> FPropertyArray", "variables": []}
{"className": "FPropertyPath::GetContainerPtr", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h", "description": "", "module": "AdvancedWidgets", "code": "void * GetContainerPtr()", "variables": []}
{"className": "FPropertyPath::GetContainerPtr", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h", "description": "", "module": "AdvancedWidgets", "code": "const void * GetContainerPtr() const", "variables": []}
{"className": "FPropertyPath::GetLastProperty", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h", "description": "", "module": "AdvancedWidgets", "code": "const [FProperty](API\\Runtime\\CoreUObject\\UObject\\FProperty) * GetLastProperty() const", "variables": []}
{"className": "FPropertyPath::GetProperties", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h", "description": "", "module": "AdvancedWidgets", "code": "[TArrayView](API\\Runtime\\Core\\Containers\\TArrayView)< const [FProperty](API\\Runtime\\CoreUObject\\UObject\\FProperty) *const > GetProperties() const", "variables": []}
{"className": "FPropertyPath::HasProperty", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h", "description": "", "module": "AdvancedWidgets", "code": "bool HasProperty() const", "variables": []}
{"className": "FPropertyPath::FPropertyPath", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h", "description": "", "module": "AdvancedWidgets", "code": "FPropertyPath()", "variables": []}
{"className": "FPropertyPath::FPropertyPath", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h", "description": "", "module": "AdvancedWidgets", "code": "FPropertyPath ( [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * Object, const [FProperty](API\\Runtime\\CoreUObject\\UObject\\FProperty) * Property )", "variables": []}
{"className": "FPropertyPath::FPropertyPath", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h", "description": "", "module": "AdvancedWidgets", "code": "FPropertyPath ( [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * Object, [FPropertyArray](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyPath\\FPropertyArray) Properties )", "variables": []}
{"className": "FPropertyPath::FPropertyPath", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h", "description": "", "module": "AdvancedWidgets", "code": "FPropertyPath ( const [UScriptStruct](API\\Runtime\\CoreUObject\\UObject\\UScriptStruct) * ScriptStruct, void * Data, [FPropertyArray](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyPath\\FPropertyArray) Properties )", "variables": []}
{"className": "FPropertyPath::FPropertyPath", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h", "description": "", "module": "AdvancedWidgets", "code": "FPropertyPath ( const [UScriptStruct](API\\Runtime\\CoreUObject\\UObject\\UScriptStruct) * ScriptStruct, void * Data, const [FProperty](API\\Runtime\\CoreUObject\\UObject\\FProperty) * Property )", "variables": []}
{"className": "FPropertyPath", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h", "description": "", "module": "AdvancedWidgets", "code": "struct FPropertyPath", "variables": []}
{"className": "FGenerateArgs", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "struct FGenerateArgs", "variables": [{"type": "bool", "name": "bCanEditValue", "description": ""}, {"type": "INotifyHook\u0004...", "name": "NotifyHook", "description": ""}, {"type": "FPropertyPath", "name": "Path", "description": ""}]}
{"className": "FPropertyValueFactory::FHandle::IsValid", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "bool IsValid&40;&41; const", "variables": []}
{"className": "FPropertyValueFactory::FHandle::operator==", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "bool operator&61;&61; &40; FHandle Other &41; const", "variables": []}
{"className": "FPropertyValueFactory::FHandle::operator!=", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "bool operator&33;&61; &40; FHandle Other &41; const", "variables": []}
{"className": "FHandle", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "struct FHandle", "variables": []}
{"className": "FOnGenerate", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "typedef TBaseDelegate_OneParam< [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [SWidget](API\\Runtime\\SlateCore\\Widgets\\SWidget) >, [FGenerateArgs](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory\\FGenerateArgs) > FOnGenerate", "variables": []}
{"className": "FPropertyValueFactory::Generate", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "[TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [SWidget](API\\Runtime\\SlateCore\\Widgets\\SWidget) > Generate ( [FGenerateArgs](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory\\FGenerateArgs) Args ) const", "variables": []}
{"className": "FPropertyValueFactory::HasCustomPropertyValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "bool HasCustomPropertyValue ( const [FFieldClass](API\\Runtime\\CoreUObject\\UObject\\FFieldClass) * Property ) const", "variables": []}
{"className": "FPropertyValueFactory::HasCustomPropertyValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "bool HasCustomPropertyValue ( const [UStruct](API\\Runtime\\CoreUObject\\UObject\\UStruct) * Struct ) const", "variables": []}
{"className": "FPropertyValueFactory::operator=", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "[FPropertyValueFactory](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory) & operator= ( const [FPropertyValueFactory](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory) & )", "variables": []}
{"className": "FPropertyValueFactory::Register", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "[FHandle](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory\\FHandle) Register ( const [FFieldClass](API\\Runtime\\CoreUObject\\UObject\\FFieldClass) * Field, [FOnGenerate](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory\\FOnGenerate) OnGenerate )", "variables": []}
{"className": "FPropertyValueFactory::Register", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "[FHandle](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory\\FHandle) Register ( const [UStruct](API\\Runtime\\CoreUObject\\UObject\\UStruct) * Struct, [FOnGenerate](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory\\FOnGenerate) OnGenerate )", "variables": []}
{"className": "FPropertyValueFactory::GenerateDefault", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "[TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [SWidget](API\\Runtime\\SlateCore\\Widgets\\SWidget) > GenerateDefault ( [FGenerateArgs](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory\\FGenerateArgs) Args ) const", "variables": []}
{"className": "FPropertyValueFactory::FPropertyValueFactory", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "FPropertyValueFactory ( const [FPropertyValueFactory](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory) & )", "variables": []}
{"className": "FPropertyValueFactory::Unregister", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "void Unregister ( [FHandle](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory\\FHandle) Handle )", "variables": []}
{"className": "FPropertyValueFactory::FPropertyValueFactory", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "FPropertyValueFactory()", "variables": []}
{"className": "FPropertyValueFactory", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h", "description": "", "module": "AdvancedWidgets", "code": "class FPropertyValueFactory", "variables": []}
{"className": "IFieldExpander::CanExpandFunction", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "Deprecated* CanExpandFunction is deprecated and GetExpandedFunction should be used instead.", "module": "AdvancedWidgets", "code": "virtual bool CanExpandFunction ( const [UFunction](API\\Runtime\\CoreUObject\\UObject\\UFunction) * Function ) const", "variables": []}
{"className": "IFieldExpander::CanExpandObject", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "the class that should be expended for this instance. The instance can be null.", "module": "AdvancedWidgets", "code": "[TOptional](API\\Runtime\\Core\\IO\\TOptional)< const [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * > CanExpandObject ( const [FObjectPropertyBase](API\\Runtime\\CoreUObject\\UObject\\FObjectPropertyBase) * Property, const [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * Instance ) const", "variables": []}
{"className": "IFieldExpander::CanExpandScriptStruct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "true if the struct property can be expended.", "module": "AdvancedWidgets", "code": "bool CanExpandScriptStruct ( const [FStructProperty](API\\Runtime\\CoreUObject\\UObject\\FStructProperty) * StructProperty ) const", "variables": []}
{"className": "IFieldExpander::GetExpandedFunction", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "the struct that can be expanded from the function. ie. This can be the function itself (to see the arguments) or a return property.", "module": "AdvancedWidgets", "code": "[TOptional](API\\Runtime\\Core\\IO\\TOptional)< const [UStruct](API\\Runtime\\CoreUObject\\UObject\\UStruct) * > GetExpandedFunction ( const [UFunction](API\\Runtime\\CoreUObject\\UObject\\UFunction) * Function ) const", "variables": []}
{"className": "IFieldExpander", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "class IFieldExpander", "variables": []}
{"className": "IFieldExpander::~IFieldExpander", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "virtual ~IFieldExpander()", "variables": []}
{"className": "IFieldIterator::GetFields", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldIterator.h", "description": "", "module": "AdvancedWidgets", "code": "[TArray](API\\Runtime\\Core\\Containers\\TArray)< [FFieldVariant](API\\Runtime\\CoreUObject\\UObject\\FFieldVariant) > GetFields ( const [UStruct](API\\Runtime\\CoreUObject\\UObject\\UStruct) * ) const", "variables": []}
{"className": "IFieldIterator::~IFieldIterator", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldIterator.h", "description": "", "module": "AdvancedWidgets", "code": "virtual ~IFieldIterator()", "variables": []}
{"className": "IFieldIterator", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldIterator.h", "description": "", "module": "AdvancedWidgets", "code": "class IFieldIterator", "variables": []}
{"className": "INotifyHook::OnPostValueChange", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/INotifyHook.h", "description": "", "module": "AdvancedWidgets", "code": "void OnPostValueChange ( const [FPropertyPath](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyPath) & Path )", "variables": []}
{"className": "INotifyHook::OnPreValueChange", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/INotifyHook.h", "description": "", "module": "AdvancedWidgets", "code": "void OnPreValueChange ( const [FPropertyPath](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyPath) & Path )", "variables": []}
{"className": "INotifyHook", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/INotifyHook.h", "description": "", "module": "AdvancedWidgets", "code": "class INotifyHook", "variables": []}
{"className": "UE::PropertyViewer::operator|=", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "namespace UE { namespace PropertyViewer { [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) & UE::PropertyViewer::operator|= ( [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) & Lhs, [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) Rhs ) } }", "variables": []}
{"className": "UE::PropertyViewer::operator^=", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "namespace UE { namespace PropertyViewer { [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) & UE::PropertyViewer::operator^= ( [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) & Lhs, [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) Rhs ) } }", "variables": []}
{"className": "UE::PropertyViewer::operator&=", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "namespace UE { namespace PropertyViewer { [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) & UE::PropertyViewer::operator&= ( [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) & Lhs, [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) Rhs ) } }", "variables": []}
{"className": "UE::PropertyViewer::operator|", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "namespace UE { namespace PropertyViewer { constexpr [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) UE::PropertyViewer::operator| ( [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) Lhs, [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) Rhs ) } }", "variables": []}
{"className": "UE::PropertyViewer::operator&", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "namespace UE { namespace PropertyViewer { constexpr [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) UE::PropertyViewer::operator& ( [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) Lhs, [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) Rhs ) } }", "variables": []}
{"className": "UE::PropertyViewer::operator^", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "namespace UE { namespace PropertyViewer { constexpr [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) UE::PropertyViewer::operator^ ( [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) Lhs, [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) Rhs ) } }", "variables": []}
{"className": "UE::PropertyViewer::operator!", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "namespace UE { namespace PropertyViewer { constexpr bool UE::PropertyViewer::operator! ( [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) E ) } }", "variables": []}
{"className": "UE::PropertyViewer::operator~", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h", "description": "", "module": "AdvancedWidgets", "code": "namespace UE { namespace PropertyViewer { constexpr [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) UE::PropertyViewer::operator~ ( [FFieldExpander_Default::EObjectExpandFlag](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldExpander_Default\\EObjectExpandFla-) E ) } }", "variables": []}
{"className": "ColorSettings", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Styling/AdvancedWidgetsStyle.h", "description": "", "module": "AdvancedWidgets", "code": "static ::[UE::PropertyViewer::FFieldColorSettings](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldColorSettings) ColorSettings;", "variables": []}
{"className": "FAdvancedWidgetsStyle::Create", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Styling/AdvancedWidgetsStyle.h", "description": "", "module": "AdvancedWidgets", "code": "static void Create()", "variables": []}
{"className": "FAdvancedWidgetsStyle::Destroy", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Styling/AdvancedWidgetsStyle.h", "description": "", "module": "AdvancedWidgets", "code": "static void Destroy()", "variables": []}
{"className": "FAdvancedWidgetsStyle::Get", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Styling/AdvancedWidgetsStyle.h", "description": "", "module": "AdvancedWidgets", "code": "static const [ISlateStyle](API\\Runtime\\SlateCore\\Styling\\ISlateStyle) & Get()", "variables": []}
{"className": "FAdvancedWidgetsStyle::GetColorSettings", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Styling/AdvancedWidgetsStyle.h", "description": "", "module": "AdvancedWidgets", "code": "static const ::[UE::PropertyViewer::FFieldColorSettings](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FFieldColorSettings) & GetColorSettings()", "variables": []}
{"className": "Instance", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Styling/AdvancedWidgetsStyle.h", "description": "Singleton instances of this style.", "module": "AdvancedWidgets", "code": "static [TUniquePtr](API\\Runtime\\Core\\Templates\\TUniquePtr)< [FSlateStyleSet](API\\Runtime\\SlateCore\\Styling\\FSlateStyleSet) > Instance;", "variables": []}
{"className": "FAdvancedWidgetsStyle", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Styling/AdvancedWidgetsStyle.h", "description": "Style for advanced widgets", "module": "AdvancedWidgets", "code": "class FAdvancedWidgetsStyle", "variables": []}
{"className": "SBoolPropertyValue::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SBoolPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SBoolPropertyValue\\FArguments) & InArgs )", "variables": []}
{"className": "SBoolPropertyValue::CreateInstance", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SBoolPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "static [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [SWidget](API\\Runtime\\SlateCore\\Widgets\\SWidget) > CreateInstance ( const [FPropertyValueFactory::FGenerateArgs](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory\\FGenerateArgs) Args )", "variables": []}
{"className": "SBoolPropertyValue::FArguments::NotifyHook", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SBoolPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "WidgetArgsType & NotifyHook &40; INotifyHook &42; InArg &41;", "variables": []}
{"className": "SBoolPropertyValue::FArguments::Path", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SBoolPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "WidgetArgsType & Path &40; FPropertyPath InArg &41;", "variables": []}
{"className": "WidgetArgsType", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SBoolPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "typedef FArguments WidgetArgsType", "variables": []}
{"className": "SBoolPropertyValue::FArguments::FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SBoolPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "FArguments&40;&41;", "variables": []}
{"className": "FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SBoolPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "struct FArguments : public [TSlateBaseNamedArgs< SBoolPropertyValue >](API\\Runtime\\SlateCore\\Widgets\\TSlateBaseNamedArgs)", "variables": []}
{"className": "SBoolPropertyValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SBoolPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "class SBoolPropertyValue : public [SCompoundWidget](API\\Runtime\\SlateCore\\Widgets\\SCompoundWidget)", "variables": []}
{"className": "SDefaultPropertyValue::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SDefaultPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SDefaultPropertyValue\\FArguments) & InArgs )", "variables": []}
{"className": "SDefaultPropertyValue::CreateInstance", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SDefaultPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "static [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [SWidget](API\\Runtime\\SlateCore\\Widgets\\SWidget) > CreateInstance ( const [FPropertyValueFactory::FGenerateArgs](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory\\FGenerateArgs) Args )", "variables": []}
{"className": "SDefaultPropertyValue::FArguments::Path", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SDefaultPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "WidgetArgsType & Path &40; FPropertyPath InArg &41;", "variables": []}
{"className": "WidgetArgsType", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SDefaultPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "typedef FArguments WidgetArgsType", "variables": []}
{"className": "SDefaultPropertyValue::FArguments::FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SDefaultPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "FArguments&40;&41;", "variables": []}
{"className": "SDefaultPropertyValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SDefaultPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "class SDefaultPropertyValue : public [SCompoundWidget](API\\Runtime\\SlateCore\\Widgets\\SCompoundWidget)", "variables": []}
{"className": "FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SDefaultPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "struct FArguments : public [TSlateBaseNamedArgs< SDefaultPropertyValue >](API\\Runtime\\SlateCore\\Widgets\\TSlateBaseNamedArgs)", "variables": []}
{"className": "SEnumPropertyValue::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SEnumPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SEnumPropertyValue\\FArguments) & InArgs )", "variables": []}
{"className": "SEnumPropertyValue::CreateInstance", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SEnumPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "static [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [SWidget](API\\Runtime\\SlateCore\\Widgets\\SWidget) > CreateInstance ( const [FPropertyValueFactory::FGenerateArgs](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory\\FGenerateArgs) Args )", "variables": []}
{"className": "SEnumPropertyValue::FArguments::NotifyHook", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SEnumPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "WidgetArgsType & NotifyHook &40; INotifyHook &42; InArg &41;", "variables": []}
{"className": "SEnumPropertyValue::FArguments::Path", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SEnumPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "WidgetArgsType & Path &40; FPropertyPath InArg &41;", "variables": []}
{"className": "WidgetArgsType", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SEnumPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "typedef FArguments WidgetArgsType", "variables": []}
{"className": "SEnumPropertyValue::FArguments::FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SEnumPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "FArguments&40;&41;", "variables": []}
{"className": "FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SEnumPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "struct FArguments : public [TSlateBaseNamedArgs< SEnumPropertyValue >](API\\Runtime\\SlateCore\\Widgets\\TSlateBaseNamedArgs)", "variables": []}
{"className": "SEnumPropertyValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SEnumPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "class SEnumPropertyValue : public [SCompoundWidget](API\\Runtime\\SlateCore\\Widgets\\SCompoundWidget)", "variables": []}
{"className": "SFieldIcon::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldIcon.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SFieldIcon\\FArguments) & InArgs, const [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * Class )", "variables": []}
{"className": "SFieldIcon::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldIcon.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SFieldIcon\\FArguments) & InArgs, const [UScriptStruct](API\\Runtime\\CoreUObject\\UObject\\UScriptStruct) * Struct )", "variables": []}
{"className": "SFieldIcon::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldIcon.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SFieldIcon\\FArguments) & InArgs, const [FProperty](API\\Runtime\\CoreUObject\\UObject\\FProperty) * Property )", "variables": []}
{"className": "SFieldIcon::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldIcon.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SFieldIcon\\FArguments) & InArgs, const [UFunction](API\\Runtime\\CoreUObject\\UObject\\UFunction) * FunctionToDisplay )", "variables": []}
{"className": "SFieldIcon::FArguments::OverrideColorSettings", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldIcon.h", "description": "", "module": "AdvancedWidgets", "code": "WidgetArgsType & OverrideColorSettings &40; TOptional< const FFieldColorSettings > InArg &41;", "variables": []}
{"className": "WidgetArgsType", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldIcon.h", "description": "", "module": "AdvancedWidgets", "code": "typedef FArguments WidgetArgsType", "variables": []}
{"className": "SFieldIcon::FArguments::FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldIcon.h", "description": "", "module": "AdvancedWidgets", "code": "FArguments&40;&41;", "variables": []}
{"className": "FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldIcon.h", "description": "", "module": "AdvancedWidgets", "code": "struct FArguments : public [TSlateBaseNamedArgs< SFieldIcon >](API\\Runtime\\SlateCore\\Widgets\\TSlateBaseNamedArgs)", "variables": []}
{"className": "SFieldIcon", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldIcon.h", "description": "", "module": "AdvancedWidgets", "code": "class SFieldIcon : public [SCompoundWidget](API\\Runtime\\SlateCore\\Widgets\\SCompoundWidget)", "variables": []}
{"className": "SFieldName::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SFieldName\\FArguments) & InArgs, const [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * Class )", "variables": []}
{"className": "SFieldName::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SFieldName\\FArguments) & InArgs, const [UScriptStruct](API\\Runtime\\CoreUObject\\UObject\\UScriptStruct) * Struct )", "variables": []}
{"className": "SFieldName::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SFieldName\\FArguments) & InArgs, const [FProperty](API\\Runtime\\CoreUObject\\UObject\\FProperty) * Property )", "variables": []}
{"className": "SFieldName::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct &40; const FArguments & InArgs, const FText & DisplayName, TSharedPtr< SWidget > Icon &41;", "variables": []}
{"className": "SFieldName::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SFieldName\\FArguments) & InArgs, const [UFunction](API\\Runtime\\CoreUObject\\UObject\\UFunction) * FunctionToDisplay )", "variables": []}
{"className": "SFieldName::FArguments::bSanitizeName", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h", "description": "Sanitize the property name.", "module": "AdvancedWidgets", "code": "WidgetArgsType & bSanitizeName &40; bool InArg &41;", "variables": []}
{"className": "SFieldName::FArguments::bShowIcon", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h", "description": "Show the class icon or the color that correspond to the property type.", "module": "AdvancedWidgets", "code": "WidgetArgsType & bShowIcon &40; bool InArg &41;", "variables": []}
{"className": "SFieldName::FArguments::HighlightText", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h", "description": "The current highlighted text.", "module": "AdvancedWidgets", "code": "WidgetArgsType & HighlightText &40; const TAttribute< FText > & InAttribute &41;", "variables": []}
{"className": "SFieldName::FArguments::OverrideDisplayName", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h", "description": "Override the DisplayName of the container name.", "module": "AdvancedWidgets", "code": "WidgetArgsType & OverrideDisplayName &40; TOptional< FText > InArg &41;", "variables": []}
{"className": "WidgetArgsType", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h", "description": "", "module": "AdvancedWidgets", "code": "typedef FArguments WidgetArgsType", "variables": []}
{"className": "SFieldName::FArguments::FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h", "description": "", "module": "AdvancedWidgets", "code": "FArguments&40;&41;", "variables": []}
{"className": "FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h", "description": "", "module": "AdvancedWidgets", "code": "struct FArguments : public [TSlateBaseNamedArgs< SFieldName >](API\\Runtime\\SlateCore\\Widgets\\TSlateBaseNamedArgs)", "variables": [{"type": "bool", "name": "_bSanitizeName", "description": ""}, {"type": "bool", "name": "_bShowIcon", "description": ""}]}
{"className": "SFieldName::SetHighlightText", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h", "description": "", "module": "AdvancedWidgets", "code": "void SetHighlightText ( [TAttribute](API\\Runtime\\Core\\Misc\\TAttribute)< [FText](API\\Runtime\\Core\\Internationalization\\FText) > InHighlightText )", "variables": []}
{"className": "SFieldName", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SFieldName.h", "description": "", "module": "AdvancedWidgets", "code": "class SFieldName : public [SCompoundWidget](API\\Runtime\\SlateCore\\Widgets\\SCompoundWidget)", "variables": []}
{"className": "SNumericPropertyValue::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SNumericPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SNumericPropertyValue\\FArguments) & InArgs )", "variables": []}
{"className": "SNumericPropertyValue::CreateInstance", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SNumericPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "static [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [SWidget](API\\Runtime\\SlateCore\\Widgets\\SWidget) > CreateInstance ( const [FPropertyValueFactory::FGenerateArgs](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory\\FGenerateArgs) Args )", "variables": []}
{"className": "SNumericPropertyValue::FArguments::NotifyHook", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SNumericPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "WidgetArgsType & NotifyHook &40; INotifyHook &42; InArg &41;", "variables": []}
{"className": "SNumericPropertyValue::FArguments::Path", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SNumericPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "WidgetArgsType & Path &40; FPropertyPath InArg &41;", "variables": []}
{"className": "WidgetArgsType", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SNumericPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "typedef FArguments WidgetArgsType", "variables": []}
{"className": "SNumericPropertyValue::FArguments::FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SNumericPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "FArguments&40;&41;", "variables": []}
{"className": "FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SNumericPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "struct FArguments : public [TSlateBaseNamedArgs< SNumericPropertyValue >](API\\Runtime\\SlateCore\\Widgets\\TSlateBaseNamedArgs)", "variables": []}
{"className": "SNumericPropertyValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SNumericPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "class SNumericPropertyValue : public [SCompoundWidget](API\\Runtime\\SlateCore\\Widgets\\SCompoundWidget)", "variables": []}
{"className": "SPropertyViewer::AddContainer", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "[FHandle](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FHandle) AddContainer ( const [UScriptStruct](API\\Runtime\\CoreUObject\\UObject\\UScriptStruct) * Struct, [TOptional](API\\Runtime\\Core\\IO\\TOptional)< [FText](API\\Runtime\\Core\\Internationalization\\FText) > DisplayName )", "variables": []}
{"className": "SPropertyViewer::AddContainer", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "[FHandle](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FHandle) AddContainer ( const [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * Class, [TOptional](API\\Runtime\\Core\\IO\\TOptional)< [FText](API\\Runtime\\Core\\Internationalization\\FText) > DisplayName )", "variables": []}
{"className": "SPropertyViewer::AddContainer", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "[FHandle](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FHandle) AddContainer ( const [UFunction](API\\Runtime\\CoreUObject\\UObject\\UFunction) * Function, [TOptional](API\\Runtime\\Core\\IO\\TOptional)< [FText](API\\Runtime\\Core\\Internationalization\\FText) > DisplayName )", "variables": []}
{"className": "SPropertyViewer::AddInstance", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "[FHandle](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FHandle) AddInstance ( [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * ObjectInstance, [TOptional](API\\Runtime\\Core\\IO\\TOptional)< [FText](API\\Runtime\\Core\\Internationalization\\FText) > DisplayName )", "variables": []}
{"className": "SPropertyViewer::AddInstance", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "[FHandle](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FHandle) AddInstance ( const [UScriptStruct](API\\Runtime\\CoreUObject\\UObject\\UScriptStruct) * Struct, void * Data, [TOptional](API\\Runtime\\Core\\IO\\TOptional)< [FText](API\\Runtime\\Core\\Internationalization\\FText) > DisplayName )", "variables": []}
{"className": "SPropertyViewer::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FArguments) & InArgs )", "variables": []}
{"className": "SPropertyViewer::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FArguments) & InArgs, const [UScriptStruct](API\\Runtime\\CoreUObject\\UObject\\UScriptStruct) * Struct )", "variables": []}
{"className": "SPropertyViewer::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FArguments) & InArgs, const [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * Class )", "variables": []}
{"className": "SPropertyViewer::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FArguments) & InArgs, [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * ObjectInstance )", "variables": []}
{"className": "SPropertyViewer::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FArguments) & InArgs, const [UFunction](API\\Runtime\\CoreUObject\\UObject\\UFunction) * Function )", "variables": []}
{"className": "SPropertyViewer::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FArguments) & InArgs, const [UScriptStruct](API\\Runtime\\CoreUObject\\UObject\\UScriptStruct) * Struct, void * Data )", "variables": []}
{"className": "EPropertyVisibility", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "enum EPropertyVisibility { Hidden, Visible, Editable, }", "variables": []}
{"className": "SPropertyViewer::FArguments::bShowFieldIcon", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Show the icon next to the field name.", "module": "AdvancedWidgets", "code": "WidgetArgsType & bShowFieldIcon &40; bool InArg &41;", "variables": []}
{"className": "SPropertyViewer::FArguments::bSanitizeName", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Sanitize the field and container name.", "module": "AdvancedWidgets", "code": "WidgetArgsType & bSanitizeName &40; bool InArg &41;", "variables": []}
{"className": "SPropertyViewer::FArguments::bShowSearchBox", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Show a search box.", "module": "AdvancedWidgets", "code": "WidgetArgsType & bShowSearchBox &40; bool InArg &41;", "variables": []}
{"className": "SPropertyViewer::FArguments::bSortChildNode", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Sort the field after building the list of fields.", "module": "AdvancedWidgets", "code": "WidgetArgsType & bSortChildNode &40; bool InArg &41;", "variables": []}
{"className": "SPropertyViewer::FArguments::FieldExpander", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Which properties/functions that allow expansion. FFieldIterator_NoExpand is the default.", "module": "AdvancedWidgets", "code": "WidgetArgsType & FieldExpander &40; IFieldExpander &42; InArg &41;", "variables": []}
{"className": "SPropertyViewer::FArguments::FieldIterator", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Which properties/functions to show.FFieldIterator_BlueprintVisibleis the default.", "module": "AdvancedWidgets", "code": "WidgetArgsType & FieldIterator &40; IFieldIterator &42; InArg &41;", "variables": []}
{"className": "SPropertyViewer::FArguments::NotifyHook", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Callback when a property is modified.", "module": "AdvancedWidgets", "code": "WidgetArgsType & NotifyHook &40; INotifyHook &42; InArg &41;", "variables": []}
{"className": "SPropertyViewer::FArguments::OnContextMenuOpening", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Context menu widget for the selected item.", "module": "AdvancedWidgets", "code": "WidgetArgsType & OnContextMenuOpening &40; const FOnContextMenuOpening & InDelegate &41;", "variables": []}
{"className": "SPropertyViewer::FArguments::OnDoubleClicked", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Delegate to invoke when an item is double-clicked.", "module": "AdvancedWidgets", "code": "WidgetArgsType & OnDoubleClicked &40; const FOnDoubleClicked & InDelegate &41;", "variables": []}
{"className": "SPropertyViewer::FArguments::OnDragDetected", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Delegate to invoke when an item is dragged.", "module": "AdvancedWidgets", "code": "WidgetArgsType & OnDragDetected &40; const FOnDragDetected & InDelegate &41;", "variables": []}
{"className": "SPropertyViewer::FArguments::OnGetPostSlot", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Slot for additional widget to go after the field or container widget.", "module": "AdvancedWidgets", "code": "WidgetArgsType & OnGetPostSlot &40; const FGetFieldWidget & InDelegate &41;", "variables": []}
{"className": "SPropertyViewer::FArguments::OnGenerateContainer", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Delegate to invoke when we generate the entry for an added container.", "module": "AdvancedWidgets", "code": "WidgetArgsType & OnGenerateContainer &40; const FOnGenerateContainer & InDelegate &41;", "variables": []}
{"className": "SPropertyViewer::FArguments::OnGetPreSlot", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Slot for additional widget to go before the field or container widget.", "module": "AdvancedWidgets", "code": "WidgetArgsType & OnGetPreSlot &40; const FGetFieldWidget & InDelegate &41;", "variables": []}
{"className": "SPropertyViewer::FArguments::OnSelectionChanged", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Delegate to invoke when selection changes.", "module": "AdvancedWidgets", "code": "WidgetArgsType & OnSelectionChanged &40; const FOnSelectionChanged & InDelegate &41;", "variables": []}
{"className": "SPropertyViewer::FArguments::PropertyVisibility", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Allow to edit the instance property.", "module": "AdvancedWidgets", "code": "WidgetArgsType & PropertyVisibility &40; EPropertyVisibility InArg &41;", "variables": []}
{"className": "SPropertyViewer::FArguments::SearchBoxPostSlot", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Slot for additional widget to go after the search box.", "module": "AdvancedWidgets", "code": "NamedSlotProperty< FArguments > SearchBoxPostSlot&40;&41;", "variables": []}
{"className": "SPropertyViewer::FArguments::SearchBoxPreSlot", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Slot for additional widget to go before the search box.", "module": "AdvancedWidgets", "code": "NamedSlotProperty< FArguments > SearchBoxPreSlot&40;&41;", "variables": []}
{"className": "SPropertyViewer::FArguments::SelectionMode", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Is selection enabled.", "module": "AdvancedWidgets", "code": "WidgetArgsType & SelectionMode &40; ESelectionMode::Type InArg &41;", "variables": []}
{"className": "WidgetArgsType", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "typedef FArguments WidgetArgsType", "variables": []}
{"className": "SPropertyViewer::FArguments::FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "FArguments&40;&41;", "variables": []}
{"className": "FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "struct FArguments : public [TSlateBaseNamedArgs< SPropertyViewer >](API\\Runtime\\SlateCore\\Widgets\\TSlateBaseNamedArgs)", "variables": [{"type": "bool", "name": "_bSanitizeName", "description": ""}, {"type": "bool", "name": "_bShowFieldIcon", "description": ""}, {"type": "bool", "name": "_bShowSearchBox", "description": ""}, {"type": "bool", "name": "_bSortChildNode", "description": ""}, {"type": "IFieldExpander...", "name": "_FieldExpander", "description": ""}, {"type": "IFieldIterator...", "name": "_FieldIterator", "description": ""}, {"type": "INotifyHook\u0004...", "name": "_NotifyHook", "description": ""}, {"type": "EPropertyVisibi...", "name": "_PropertyVisibility", "description": ""}, {"type": "ESelectionMode:...", "name": "_SelectionMode", "description": ""}]}
{"className": "FGetFieldWidget", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "typedef TBaseDelegate_TwoParams< [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [SWidget](API\\Runtime\\SlateCore\\Widgets\\SWidget) >, [FHandle](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FHandle), [TArrayView](API\\Runtime\\Core\\Containers\\TArrayView)< const [FFieldVariant](API\\Runtime\\CoreUObject\\UObject\\FFieldVariant) > > FGetFieldWidget", "variables": []}
{"className": "SPropertyViewer::FHandle::operator==", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "bool operator&61;&61; &40; FHandle Other &41; const", "variables": []}
{"className": "SPropertyViewer::FHandle::IsValid", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "bool IsValid&40;&41; const", "variables": []}
{"className": "SPropertyViewer::FHandle::operator!=", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "bool operator&33;&61; &40; FHandle Other &41; const", "variables": []}
{"className": "FHandle", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "class FHandle", "variables": []}
{"className": "FOnContextMenuOpening", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "typedef TBaseDelegate_TwoParams< [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [SWidget](API\\Runtime\\SlateCore\\Widgets\\SWidget) >, [FHandle](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FHandle), [TArrayView](API\\Runtime\\Core\\Containers\\TArrayView)< const [FFieldVariant](API\\Runtime\\CoreUObject\\UObject\\FFieldVariant) > > FOnContextMenuOpening", "variables": []}
{"className": "FOnDoubleClicked", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "typedef TBaseDelegate_TwoParams< void, [FHandle](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FHandle), [TArrayView](API\\Runtime\\Core\\Containers\\TArrayView)< const [FFieldVariant](API\\Runtime\\CoreUObject\\UObject\\FFieldVariant) > > FOnDoubleClicked", "variables": []}
{"className": "FOnDragDetected", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "typedef TBaseDelegate_FourParams< [FReply](API\\Runtime\\SlateCore\\Input\\FReply), const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) &, const [FPointerEvent](API\\Runtime\\SlateCore\\Input\\FPointerEvent) &, [FHandle](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FHandle), [TArrayView](API\\Runtime\\Core\\Containers\\TArrayView)< const [FFieldVariant](API\\Runtime\\CoreUObject\\UObject\\FFieldVariant) > > FOnDragDetected", "variables": []}
{"className": "FOnGenerateContainer", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "typedef TBaseDelegate_TwoParams< [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [SWidget](API\\Runtime\\SlateCore\\Widgets\\SWidget) >, [FHandle](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FHandle), [TOptional](API\\Runtime\\Core\\IO\\TOptional)< [FText](API\\Runtime\\Core\\Internationalization\\FText) > DisplayName > FOnGenerateContainer", "variables": []}
{"className": "FSelectedItem", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "struct FSelectedItem", "variables": [{"type": "bool", "name": "bIsContainerSelected", "description": ""}, {"type": "TArray<TArray<...", "name": "Fields", "description": ""}, {"type": "FHandle", "name": "Handle", "description": ""}]}
{"className": "FOnSelectionChanged", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "typedef TBaseDelegate_ThreeParams< void, [FHandle](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FHandle), [TArrayView](API\\Runtime\\Core\\Containers\\TArrayView)< const [FFieldVariant](API\\Runtime\\CoreUObject\\UObject\\FFieldVariant) >, [ESelectInfo::Type](API\\Runtime\\SlateCore\\Types\\ESelectInfo__Type) > FOnSelectionChanged", "variables": []}
{"className": "SPropertyViewer::GetSelectedItems", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "[TArray](API\\Runtime\\Core\\Containers\\TArray)< [FSelectedItem](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FSelectedItem) > GetSelectedItems() const", "variables": []}
{"className": "SPropertyViewer::Remove", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "void Remove ( [FHandle](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FHandle) Identifier )", "variables": []}
{"className": "SPropertyViewer::RemoveAll", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "void RemoveAll()", "variables": []}
{"className": "SPropertyViewer::SetRawFilterText", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "void SetRawFilterText ( const [FText](API\\Runtime\\Core\\Internationalization\\FText) & InFilterText )", "variables": []}
{"className": "SPropertyViewer::SetSelection", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "void SetSelection ( [FHandle](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SPropertyViewer\\FHandle) Container, [TArrayView](API\\Runtime\\Core\\Containers\\TArrayView)< const [FFieldVariant](API\\Runtime\\CoreUObject\\UObject\\FFieldVariant) > FieldPath )", "variables": []}
{"className": "Super", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "typedef [SCompoundWidget](API\\Runtime\\SlateCore\\Widgets\\SCompoundWidget) Super", "variables": []}
{"className": "SPropertyViewer::Tick", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "Ticks this widget with Geometry. Override in derived classes, but always call the parent implementation.", "module": "AdvancedWidgets", "code": "virtual void Tick ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & AllottedGeometry, const double InCurrentTime, const float InDeltaTime )", "variables": []}
{"className": "SPropertyViewer", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SPropertyViewer.h", "description": "", "module": "AdvancedWidgets", "code": "class SPropertyViewer : public [SCompoundWidget](API\\Runtime\\SlateCore\\Widgets\\SCompoundWidget)", "variables": []}
{"className": "SStringPropertyValue::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "void Construct ( const [FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\PropertyViewer\\SStringPropertyValue\\FArguments) & InArgs )", "variables": []}
{"className": "SStringPropertyValue::CreateInstance", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "static [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [SWidget](API\\Runtime\\SlateCore\\Widgets\\SWidget) > CreateInstance ( const [FPropertyValueFactory::FGenerateArgs](API\\Runtime\\AdvancedWidgets\\Framework\\PropertyViewer\\FPropertyValueFactory\\FGenerateArgs) Args )", "variables": []}
{"className": "SStringPropertyValue::FArguments::NotifyHook", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "WidgetArgsType & NotifyHook &40; INotifyHook &42; InArg &41;", "variables": []}
{"className": "SStringPropertyValue::FArguments::Path", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "WidgetArgsType & Path &40; FPropertyPath InArg &41;", "variables": []}
{"className": "WidgetArgsType", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "typedef FArguments WidgetArgsType", "variables": []}
{"className": "SStringPropertyValue::FArguments::FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "FArguments&40;&41;", "variables": []}
{"className": "FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "struct FArguments : public [TSlateBaseNamedArgs< SStringPropertyValue >](API\\Runtime\\SlateCore\\Widgets\\TSlateBaseNamedArgs)", "variables": []}
{"className": "SStringPropertyValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/PropertyViewer/SStringPropertyValue.h", "description": "", "module": "AdvancedWidgets", "code": "class SStringPropertyValue : public [SCompoundWidget](API\\Runtime\\SlateCore\\Widgets\\SCompoundWidget)", "variables": []}
{"className": "SRadialSlider::CommitValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Commits the specified slider value.", "module": "AdvancedWidgets", "code": "virtual void CommitValue ( float NewValue )", "variables": []}
{"className": "SRadialSlider::ComputeDesiredSize", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "LeafWidgets should compute their DesiredSize based solely on their visual representation. There is no need to take child widgets into account as LeafWidgets have none by definition. For example, the TextBlock widget simply measures the area necessary to display its text with the given font and font size.", "module": "AdvancedWidgets", "code": "virtual FVector2D ComputeDesiredSize ( float ) const", "variables": []}
{"className": "SRadialSlider::Construct", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Construct the widget.", "module": "AdvancedWidgets", "code": "void Construct ( const [SRadialSlider::FArguments](API\\Runtime\\AdvancedWidgets\\Widgets\\SRadialSlider\\FArguments) & InDeclaration )", "variables": []}
{"className": "SRadialSlider::FArguments::AngularOffset", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Rotates radial slider by arbitrary offset to support full gamut of configurations", "module": "AdvancedWidgets", "code": "WidgetArgsType & AngularOffset &40; float InArg &41;", "variables": []}
{"className": "SRadialSlider::CreateAccessibleWidget", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "virtual [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< FSlateAccessibleWidget > CreateAccessibleWidget()", "variables": []}
{"className": "SRadialSlider::FArguments::bUseCustomDefaultValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Whether the slider should draw it's progress bar from a custom value on the slider", "module": "AdvancedWidgets", "code": "WidgetArgsType & bUseCustomDefaultValue &40; const TAttribute< bool > & InAttribute &41;", "variables": []}
{"className": "SRadialSlider::FArguments::CenterBackgroundColor", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "The color to draw the center background in.", "module": "AdvancedWidgets", "code": "WidgetArgsType & CenterBackgroundColor &40; const TAttribute< FSlateColor > & InAttribute &41;", "variables": []}
{"className": "SRadialSlider::FArguments::CenterBackgroundBrush", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Center background image.", "module": "AdvancedWidgets", "code": "WidgetArgsType & CenterBackgroundBrush &40; FSlateBrush InArg &41;", "variables": []}
{"className": "SRadialSlider::FArguments::CustomDefaultValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "The value where the slider should draw it's progress bar from, independent of direction", "module": "AdvancedWidgets", "code": "WidgetArgsType & CustomDefaultValue &40; const TAttribute< float > & InAttribute &41;", "variables": []}
{"className": "SRadialSlider::FArguments::IsFocusable", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Sometimes a slider should only be mouse-clickable and never keyboard focusable.", "module": "AdvancedWidgets", "code": "WidgetArgsType & IsFocusable &40; bool InArg &41;", "variables": []}
{"className": "SRadialSlider::FArguments::HandStartEndRatio", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Start and end of the hand as a ratio to the slider radius (so 0.0 to 1.0 is from the slider center to the handle).", "module": "AdvancedWidgets", "code": "WidgetArgsType & HandStartEndRatio &40; FVector2D InArg &41;", "variables": []}
{"className": "SRadialSlider::FArguments::Locked", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Whether the handle is interactive or fixed.", "module": "AdvancedWidgets", "code": "WidgetArgsType & Locked &40; const TAttribute< bool > & InAttribute &41;", "variables": []}
{"className": "SRadialSlider::FArguments::MouseUsesStep", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Sets new value if mouse position is greater/less than half the step size.", "module": "AdvancedWidgets", "code": "WidgetArgsType & MouseUsesStep &40; bool InArg &41;", "variables": []}
{"className": "SRadialSlider::FArguments::OnControllerCaptureBegin", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Invoked when the Controller is pressed and capture begins.", "module": "AdvancedWidgets", "code": "WidgetArgsType & OnControllerCaptureBegin &40; const FSimpleDelegate & InDelegate &41;", "variables": []}
{"className": "SRadialSlider::FArguments::OnControllerCaptureEnd", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Invoked when the controller capture is released.", "module": "AdvancedWidgets", "code": "WidgetArgsType & OnControllerCaptureEnd &40; const FSimpleDelegate & InDelegate &41;", "variables": []}
{"className": "SRadialSlider::FArguments::OnMouseCaptureBegin", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Invoked when the mouse is pressed and a capture begins.", "module": "AdvancedWidgets", "code": "WidgetArgsType & OnMouseCaptureBegin &40; const FSimpleDelegate & InDelegate &41;", "variables": []}
{"className": "SRadialSlider::FArguments::OnMouseCaptureEnd", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Invoked when the mouse is released and a capture ends.", "module": "AdvancedWidgets", "code": "WidgetArgsType & OnMouseCaptureEnd &40; const FSimpleDelegate & InDelegate &41;", "variables": []}
{"className": "SRadialSlider::FArguments::OnValueChanged", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Called when the value is changed by the slider.", "module": "AdvancedWidgets", "code": "WidgetArgsType & OnValueChanged &40; const FOnFloatValueChanged & InDelegate &41;", "variables": []}
{"className": "SRadialSlider::FArguments::RequiresControllerLock", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Sets whether we have to lock input to change the slider value.", "module": "AdvancedWidgets", "code": "WidgetArgsType & RequiresControllerLock &40; bool InArg &41;", "variables": []}
{"className": "SRadialSlider::FArguments::ShowSliderHand", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Whether to show the slider hand.", "module": "AdvancedWidgets", "code": "WidgetArgsType & ShowSliderHand &40; bool InArg &41;", "variables": []}
{"className": "SRadialSlider::FArguments::ShowSliderHandle", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Whether to show the slider thumb.", "module": "AdvancedWidgets", "code": "WidgetArgsType & ShowSliderHandle &40; bool InArg &41;", "variables": []}
{"className": "SRadialSlider::FArguments::SliderBarColor", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "The color to draw the slider bar in.", "module": "AdvancedWidgets", "code": "WidgetArgsType & SliderBarColor &40; const TAttribute< FSlateColor > & InAttribute &41;", "variables": []}
{"className": "SRadialSlider::FArguments::SliderHandleColor", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "The color to draw the slider handle in.", "module": "AdvancedWidgets", "code": "WidgetArgsType & SliderHandleColor &40; const TAttribute< FSlateColor > & InAttribute &41;", "variables": []}
{"className": "SRadialSlider::FArguments::SliderHandleEndAngle", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "The angle at which the Slider Handle will end.", "module": "AdvancedWidgets", "code": "WidgetArgsType & SliderHandleEndAngle &40; float InArg &41;", "variables": []}
{"className": "SRadialSlider::FArguments::SliderHandleStartAngle", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "The angle at which the Slider Handle will start.", "module": "AdvancedWidgets", "code": "WidgetArgsType & SliderHandleStartAngle &40; float InArg &41;", "variables": []}
{"className": "SRadialSlider::FArguments::SliderProgressColor", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "The color to draw completed progress of the slider bar in.", "module": "AdvancedWidgets", "code": "WidgetArgsType & SliderProgressColor &40; const TAttribute< FSlateColor > & InAttribute &41;", "variables": []}
{"className": "SRadialSlider::FArguments::SliderRange", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "A curve that defines how the slider should be sampled. Default is linear.", "module": "AdvancedWidgets", "code": "WidgetArgsType & SliderRange &40; FRuntimeFloatCurve InArg &41;", "variables": []}
{"className": "SRadialSlider::FArguments::Style", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "The style used to draw the slider.", "module": "AdvancedWidgets", "code": "WidgetArgsType & Style &40; const FSliderStyle &42; InArg &41;", "variables": []}
{"className": "SRadialSlider::FArguments::StepSize", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "The input mode while using the controller.", "module": "AdvancedWidgets", "code": "WidgetArgsType & StepSize &40; const TAttribute< float > & InAttribute &41;", "variables": []}
{"className": "SRadialSlider::FArguments::Thickness", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "The thickness used for the slider bar. For backwards compatibility, this will only be used instead of the bar thickness from Style if it has been manually set with SetThickness.", "module": "AdvancedWidgets", "code": "WidgetArgsType & Thickness &40; const TAttribute< float > & InAttribute &41;", "variables": []}
{"className": "SRadialSlider::FArguments::Value", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "A value that drives where the slider handle appears. Value is normalized between 0 and 1.", "module": "AdvancedWidgets", "code": "WidgetArgsType & Value &40; const TAttribute< float > & InAttribute &41;", "variables": []}
{"className": "SRadialSlider::FArguments::ValueTags", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Distributes value tags along the slider", "module": "AdvancedWidgets", "code": "WidgetArgsType & ValueTags &40; TArray< float > InArg &41;", "variables": []}
{"className": "WidgetArgsType", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "typedef FArguments WidgetArgsType", "variables": []}
{"className": "SRadialSlider::FArguments::FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "FArguments&40;&41;", "variables": []}
{"className": "FArguments", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "struct FArguments : public [TSlateBaseNamedArgs< SRadialSlider >](API\\Runtime\\SlateCore\\Widgets\\TSlateBaseNamedArgs)", "variables": []}
{"className": "SRadialSlider::GetAngularOffset", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Get the AngularOffset attribute", "module": "AdvancedWidgets", "code": "float GetAngularOffset() const", "variables": []}
{"className": "SRadialSlider::FArguments::UseVerticalDrag", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Whether the value is changed when dragging vertically as opposed to along the radial curve.", "module": "AdvancedWidgets", "code": "WidgetArgsType & UseVerticalDrag &40; bool InArg &41;", "variables": []}
{"className": "SRadialSlider::GetBarImage", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "const [FSlateBrush](API\\Runtime\\SlateCore\\Styling\\FSlateBrush) * GetBarImage() const", "variables": []}
{"className": "SRadialSlider::GetMaxValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Get the maximum value in Slider Range", "module": "AdvancedWidgets", "code": "float GetMaxValue() const", "variables": []}
{"className": "SRadialSlider::GetMinValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Get the minumum value in Slider Range", "module": "AdvancedWidgets", "code": "float GetMinValue() const", "variables": []}
{"className": "SRadialSlider::GetNormalizedSliderHandlePosition", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Get the Slider's Handle position scaled from 0 to 1", "module": "AdvancedWidgets", "code": "float GetNormalizedSliderHandlePosition() const", "variables": []}
{"className": "SRadialSlider::GetNormalizedValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Get the Value attribute scaled from 0 to 1", "module": "AdvancedWidgets", "code": "float GetNormalizedValue ( float RawValue ) const", "variables": []}
{"className": "SRadialSlider::GetSliderHandleStartAngle", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Get the MinSliderHandleAngle attribute", "module": "AdvancedWidgets", "code": "float GetSliderHandleStartAngle() const", "variables": []}
{"className": "SRadialSlider::GetCustomDefaultValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Get ths CustomDefaultValue attribute", "module": "AdvancedWidgets", "code": "float GetCustomDefaultValue() const", "variables": []}
{"className": "SRadialSlider::GetSliderHandleEndAngle", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Get the MaxSliderHandleAngle attribute", "module": "AdvancedWidgets", "code": "float GetSliderHandleEndAngle() const", "variables": []}
{"className": "SRadialSlider::GetSliderRange", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Get the SliderRange attribute", "module": "AdvancedWidgets", "code": "[FRuntimeFloatCurve](API\\Runtime\\Engine\\Curves\\FRuntimeFloatCurve) GetSliderRange() const", "variables": []}
{"className": "SRadialSlider::GetStepSize", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Get the StepSize attribute", "module": "AdvancedWidgets", "code": "float GetStepSize() const", "variables": []}
{"className": "SRadialSlider::GetThumbImage", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "const [FSlateBrush](API\\Runtime\\SlateCore\\Styling\\FSlateBrush) * GetThumbImage() const", "variables": []}
{"className": "SRadialSlider::GetUseCustomDefaultValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Get the bUseCustomDefaultValue attribute", "module": "AdvancedWidgets", "code": "bool GetUseCustomDefaultValue() const", "variables": []}
{"className": "SRadialSlider::GetValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Get the Value attribute", "module": "AdvancedWidgets", "code": "float GetValue() const", "variables": []}
{"className": "SRadialSlider::GetValueTags", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Get the ValueTags attribute", "module": "AdvancedWidgets", "code": "[TArray](API\\Runtime\\Core\\Containers\\TArray)< float > GetValueTags() const", "variables": []}
{"className": "SRadialSlider::IsInteractable", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Is this widget interactive or not? Defaults to false", "module": "AdvancedWidgets", "code": "virtual bool IsInteractable() const", "variables": []}
{"className": "SRadialSlider::IsLocked", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Is the handle locked or not? Defaults to false", "module": "AdvancedWidgets", "code": "bool IsLocked() const", "variables": []}
{"className": "SRadialSlider::OnFocusLost", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Called when this widget loses focus. This event does not bubble.", "module": "AdvancedWidgets", "code": "virtual void OnFocusLost ( const [FFocusEvent](API\\Runtime\\SlateCore\\Input\\FFocusEvent) & InFocusEvent )", "variables": []}
{"className": "SRadialSlider::OnKeyUp", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Called after a key is released when this widget has focus\nReturns whether the event was handled, along with other possible actions", "module": "AdvancedWidgets", "code": "virtual [FReply](API\\Runtime\\SlateCore\\Input\\FReply) OnKeyUp ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & MyGeometry, const [FKeyEvent](API\\Runtime\\SlateCore\\Input\\FKeyEvent) & InKeyEvent )", "variables": []}
{"className": "SRadialSlider::OnKeyDown", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Called after a key is pressed when this widget has focus (this event bubbles if not handled)\nReturns whether the event was handled, along with other possible actions", "module": "AdvancedWidgets", "code": "virtual [FReply](API\\Runtime\\SlateCore\\Input\\FReply) OnKeyDown ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & MyGeometry, const [FKeyEvent](API\\Runtime\\SlateCore\\Input\\FKeyEvent) & InKeyEvent )", "variables": []}
{"className": "SRadialSlider::OnMouseButtonDown", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "MOUSE INPUT The system calls this method to notify the widget that a mouse button was pressed within it. This event is bubbled.\nWhether the event was handled along with possible requests for the system to take action.", "module": "AdvancedWidgets", "code": "virtual [FReply](API\\Runtime\\SlateCore\\Input\\FReply) OnMouseButtonDown ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & MyGeometry, const [FPointerEvent](API\\Runtime\\SlateCore\\Input\\FPointerEvent) & MouseEvent )", "variables": []}
{"className": "SRadialSlider::OnMouseButtonUp", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "The system calls this method to notify the widget that a mouse button was release within it. This event is bubbled.\nWhether the event was handled along with possible requests for the system to take action.", "module": "AdvancedWidgets", "code": "virtual [FReply](API\\Runtime\\SlateCore\\Input\\FReply) OnMouseButtonUp ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & MyGeometry, const [FPointerEvent](API\\Runtime\\SlateCore\\Input\\FPointerEvent) & MouseEvent )", "variables": []}
{"className": "SRadialSlider::OnMouseMove", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "The system calls this method to notify the widget that a mouse moved within it. This event is bubbled.\nWhether the event was handled along with possible requests for the system to take action.", "module": "AdvancedWidgets", "code": "virtual [FReply](API\\Runtime\\SlateCore\\Input\\FReply) OnMouseMove ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & MyGeometry, const [FPointerEvent](API\\Runtime\\SlateCore\\Input\\FPointerEvent) & MouseEvent )", "variables": []}
{"className": "SRadialSlider::OnNavigation", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Called when navigation is requested e.g. Left Joystick, Direction Pad, Arrow Keys can generate navigation events.", "module": "AdvancedWidgets", "code": "virtual [FNavigationReply](API\\Runtime\\SlateCore\\Input\\FNavigationReply) OnNavigation ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & MyGeometry, const [FNavigationEvent](API\\Runtime\\SlateCore\\Input\\FNavigationEvent) & InNavigationEvent )", "variables": []}
{"className": "SRadialSlider::OnPaint", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Whenever possible, LeafWidgets should avoid dealing with layout properties. See TextBlock for an example.", "module": "AdvancedWidgets", "code": "virtual int32 OnPaint ( const [FPaintArgs](API\\Runtime\\SlateCore\\Types\\FPaintArgs) & Args, const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & AllottedGeometry, const [FSlateRect](API\\Runtime\\SlateCore\\Layout\\FSlateRect) & MyCullingRect, [FSlateWindowElementList](API\\Runtime\\SlateCore\\Rendering\\FSlateWindowElementList) & OutDrawElements, int32 LayerId, const [FWidgetStyle](API\\Runtime\\SlateCore\\Styling\\FWidgetStyle) & InWidgetStyle, bool bParentEnabled ) const", "variables": []}
{"className": "SRadialSlider::OnTouchEnded", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Called when a touchpad touch is ended (finger lifted)", "module": "AdvancedWidgets", "code": "virtual [FReply](API\\Runtime\\SlateCore\\Input\\FReply) OnTouchEnded ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & MyGeometry, const [FPointerEvent](API\\Runtime\\SlateCore\\Input\\FPointerEvent) & InTouchEvent )", "variables": []}
{"className": "SRadialSlider::OnTouchMoved", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Called when a touchpad touch is moved (finger moved)", "module": "AdvancedWidgets", "code": "virtual [FReply](API\\Runtime\\SlateCore\\Input\\FReply) OnTouchMoved ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & MyGeometry, const [FPointerEvent](API\\Runtime\\SlateCore\\Input\\FPointerEvent) & InTouchEvent )", "variables": []}
{"className": "SRadialSlider::OnTouchStarted", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Called when a touchpad touch is started (finger down)", "module": "AdvancedWidgets", "code": "virtual [FReply](API\\Runtime\\SlateCore\\Input\\FReply) OnTouchStarted ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & MyGeometry, const [FPointerEvent](API\\Runtime\\SlateCore\\Input\\FPointerEvent) & InTouchEvent )", "variables": []}
{"className": "SRadialSlider::PositionToValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Calculates the new value based on the given absolute coordinates.\nThe new value.", "module": "AdvancedWidgets", "code": "float PositionToValue ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & MyGeometry, const FVector2D & AbsolutePosition )", "variables": []}
{"className": "SRadialSlider::SetAngularOffset", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the AngularOffset attribute", "module": "AdvancedWidgets", "code": "void SetAngularOffset ( float InAngularOffset )", "variables": []}
{"className": "SRadialSlider::SetCenterBackgroundColor", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the SliderHandleColor attribute", "module": "AdvancedWidgets", "code": "void SetCenterBackgroundColor ( [FSlateColor](API\\Runtime\\SlateCore\\Styling\\FSlateColor) InCenterHandleColor )", "variables": []}
{"className": "SRadialSlider::SetCustomDefaultValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the CustomDefaultValue attribute", "module": "AdvancedWidgets", "code": "void SetCustomDefaultValue ( const [TAttribute](API\\Runtime\\Core\\Misc\\TAttribute)< float > & InValueAttribute )", "variables": []}
{"className": "SRadialSlider::SetHandStartEndRatio", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the HandStartEndRatio. Clamped to 0.0 to 1.0, and if the start ratio is more than the end ratio, end ratio will be set to the start ratio.", "module": "AdvancedWidgets", "code": "void SetHandStartEndRatio ( FVector2D InHandStartEndRatio )", "variables": []}
{"className": "SRadialSlider::SetLocked", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the Locked attribute", "module": "AdvancedWidgets", "code": "void SetLocked ( const [TAttribute](API\\Runtime\\Core\\Misc\\TAttribute)< bool > & InLocked )", "variables": []}
{"className": "SRadialSlider::SetMouseUsesStep", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the MouseUsesStep attribute", "module": "AdvancedWidgets", "code": "void SetMouseUsesStep ( bool MouseUsesStep )", "variables": []}
{"className": "SRadialSlider::SetRequiresControllerLock", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the RequiresControllerLock attribute", "module": "AdvancedWidgets", "code": "void SetRequiresControllerLock ( bool RequiresControllerLock )", "variables": []}
{"className": "SRadialSlider::SetShowSliderHand", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the ShowSliderHand attribute", "module": "AdvancedWidgets", "code": "void SetShowSliderHand ( bool ShowSliderHand )", "variables": []}
{"className": "SRadialSlider::SetShowSliderHandle", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the ShowSliderHandle attribute", "module": "AdvancedWidgets", "code": "void SetShowSliderHandle ( bool ShowSliderHandle )", "variables": []}
{"className": "SRadialSlider::SetSliderBarColor", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the SliderBarColor attribute", "module": "AdvancedWidgets", "code": "void SetSliderBarColor ( [FSlateColor](API\\Runtime\\SlateCore\\Styling\\FSlateColor) InSliderBarColor )", "variables": []}
{"className": "SRadialSlider::SetSliderHandleColor", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the SliderHandleColor attribute", "module": "AdvancedWidgets", "code": "void SetSliderHandleColor ( [FSlateColor](API\\Runtime\\SlateCore\\Styling\\FSlateColor) InSliderHandleColor )", "variables": []}
{"className": "SRadialSlider::SetSliderHandleStartAngleAndSliderHandleEndAngle", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the SliderHandleStartAngle and SliderHandleEndAngle attributes. If the new SliderHandleStartAngle is more than the new SliderHandleEndAngle, SliderHandleEndAngle will be changed to equal SliderHandleStartAngle.", "module": "AdvancedWidgets", "code": "void SetSliderHandleStartAngleAndSliderHandleEndAngle ( float InSliderHandleStartAngle, float InSliderHandleEndAngle )", "variables": []}
{"className": "SRadialSlider::SetSliderRange", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the SliderRange attribute", "module": "AdvancedWidgets", "code": "void SetSliderRange ( const [FRuntimeFloatCurve](API\\Runtime\\Engine\\Curves\\FRuntimeFloatCurve) & InSliderRange )", "variables": []}
{"className": "SRadialSlider::SetSliderProgressColor", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the SliderProgressColor attribute", "module": "AdvancedWidgets", "code": "void SetSliderProgressColor ( [FSlateColor](API\\Runtime\\SlateCore\\Styling\\FSlateColor) InSliderProgressColor )", "variables": []}
{"className": "SRadialSlider::SetStepSize", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the StepSize attribute", "module": "AdvancedWidgets", "code": "void SetStepSize ( const [TAttribute](API\\Runtime\\Core\\Misc\\TAttribute)< float > & InStepSize )", "variables": []}
{"className": "SRadialSlider::SetThickness", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the Thickness attribute. For backward compatibility, Thickness will be used for drawing instead of Style->BarThickness only if it has been set with this method,", "module": "AdvancedWidgets", "code": "void SetThickness ( const float InThickness )", "variables": []}
{"className": "SRadialSlider::SetUseCustomDefaultValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the bUseCustomDefaultValue attribute", "module": "AdvancedWidgets", "code": "void SetUseCustomDefaultValue ( const [TAttribute](API\\Runtime\\Core\\Misc\\TAttribute)< bool > & InValueAttribute )", "variables": []}
{"className": "SRadialSlider::SetUseVerticalDrag", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the UseVerticalDrag attribute", "module": "AdvancedWidgets", "code": "void SetUseVerticalDrag ( bool UseVerticalDrag )", "variables": []}
{"className": "SRadialSlider::SetValue", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the Value attribute", "module": "AdvancedWidgets", "code": "void SetValue ( const [TAttribute](API\\Runtime\\Core\\Misc\\TAttribute)< float > & InValueAttribute )", "variables": []}
{"className": "SRadialSlider::SetValueTags", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Set the ValueTags attribute", "module": "AdvancedWidgets", "code": "void SetValueTags ( const [TArray](API\\Runtime\\Core\\Containers\\TArray)< float > & InValueTags )", "variables": []}
{"className": "SRadialSlider::SupportsKeyboardFocus", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "Checks to see if this widget supports keyboard focus. Override this in derived classes.\nTrue if this widget can take keyboard focus", "module": "AdvancedWidgets", "code": "virtual bool SupportsKeyboardFocus() const", "variables": []}
{"className": "SRadialSlider::SRadialSlider", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "SRadialSlider()", "variables": []}
{"className": "SRadialSlider", "headerPath": "/Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h", "description": "", "module": "AdvancedWidgets", "code": "class SRadialSlider : public [SLeafWidget](API\\Runtime\\SlateCore\\Widgets\\SLeafWidget)", "variables": [{"type": "float", "name": "AngularOffset", "description": "The angle at which the radial slider should be offset by"}, {"type": "bool", "name": "bControllerInputCaptured", "description": "Holds a flag indicating whether a controller/keyboard is manipulating the slider's value."}, {"type": "bool", "name": "bIsFocusable", "description": "When true, this slider will be keyboard focusable. Defaults to false."}, {"type": "bool", "name": "bMouseUsesStep", "description": "Sets new value if mouse position is greater/less than half the step size."}, {"type": "bool", "name": "bRequiresControllerLock", "description": "Sets whether we have to lock input to change the slider value."}, {"type": "bool", "name": "bShowSliderHand", "description": "Whether to show the slider hand."}, {"type": "bool", "name": "bShowSliderHandle", "description": "Whether to show the slider handle (thumb)."}, {"type": "TAttribute< boo...", "name": "bUseCustomDefaultValue", "description": "Whether the slider should draw it's progress bar from a custom value on the slider."}, {"type": "bool", "name": "bUseVerticalDrag", "description": "When true, value is changed when dragging vertically as opposed to along the radial curve."}, {"type": "EMouseCursor::T...", "name": "CachedCursor", "description": "Holds the initial cursor in case a custom cursor has been specified, so we can restore it after dragging the slider."}, {"type": "FSlateBrush", "name": "CenterBackgroundBrush", "description": "Center background image brush."}, {"type": "TAttribute<FSl...", "name": "CenterBackgroundColor", "description": "Holds the color of the center background."}, {"type": "TAttribute< flo...", "name": "CustomDefaultValue", "description": "The value where the slider should draw it's progress bar from, independent of direction."}, {"type": "FVector2D", "name": "HandStartEndRatio", "description": "Start and end of the hand as a ratio to the slider radius (so 0.0 to 1.0 is from the slider center to the handle)."}, {"type": "TAttribute< boo...", "name": "LockedAttribute", "description": "Holds a flag indicating whether the slider is locked."}, {"type": "FVector2D", "name": "PressedScreenSpaceTouchDownPosition", "description": "The location in screenspace the slider was pressed by a touch"}, {"type": "TAttribute<FSl...", "name": "SliderBarColor", "description": "Holds the color of the slider bar."}, {"type": "TAttribute<FSl...", "name": "SliderHandleColor", "description": "Holds the color of the slider handle."}, {"type": "float", "name": "SliderHandleEndAngle", "description": "The angle at which the radial slider should end"}, {"type": "float", "name": "SliderHandleStartAngle", "description": "The angle at which the radial slider should begin"}, {"type": "TAttribute<FSl...", "name": "SliderProgressColor", "description": "Holds the color for the completed progress of the slider bar."}, {"type": "FRuntimeFloatCu...", "name": "SliderRange", "description": "A curve that defines how the slider should be sampled. Default is linear."}, {"type": "TAttribute< flo...", "name": "StepSize", "description": "Holds the amount to adjust the value by when using a controller or keyboard"}, {"type": "constFSliderSt...", "name": "Style", "description": "Holds the style passed to the widget upon construction."}, {"type": "TAttribute<TOp...", "name": "Thickness", "description": "Thickness used for slider bar instead of Style->BarThickness (see SetThickness)"}, {"type": "TAttribute< flo...", "name": "ValueAttribute", "description": "Holds the slider's current value."}, {"type": "TArray< float >", "name": "ValueTags", "description": "The values that should be drawn around the radial slider"}]}