className
stringlengths
1
167
headerPath
stringlengths
14
166
description
stringlengths
0
1.62k
module
stringlengths
3
36
code
stringlengths
0
11.4k
variables
listlengths
0
395
URadialSlider::HandleOnMouseCaptureEnd
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
AdvancedWidgets
void HandleOnMouseCaptureEnd()
[]
URadialSlider::HandleOnValueChanged
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
AdvancedWidgets
void HandleOnValueChanged ( float InValue )
[]
URadialSlider::K2_Gate_Value
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
AdvancedWidgets
float K2_Gate_Value()
[]
URadialSlider::ReleaseSlateResources
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
AdvancedWidgets
virtual void ReleaseSlateResources ( bool bReleaseChildren )
[]
URadialSlider::RebuildWidget
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Function implemented by all subclasses ofUWidgetis called when the underlyingSWidgetneeds to be constructed.
AdvancedWidgets
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > RebuildWidget()
[]
URadialSlider::SetAngularOffset
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Sets the Angular Offset for the slider.
AdvancedWidgets
void SetAngularOffset ( float InValue )
[]
URadialSlider::SetCenterBackgroundColor
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Sets the color of the slider bar
AdvancedWidgets
void SetCenterBackgroundColor ( [FLinearColor](API\Runtime\Core\Math\FLinearColor) InValue )
[]
URadialSlider::SetCustomDefaultValue
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Sets the current custom default value of the slider.
AdvancedWidgets
void SetCustomDefaultValue ( float InValue )
[]
URadialSlider::SetHandStartEndRatio
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
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).
AdvancedWidgets
void SetHandStartEndRatio ( FVector2D InValue )
[]
URadialSlider::SetLocked
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Sets the handle to be interactive or fixed
AdvancedWidgets
void SetLocked ( bool InValue )
[]
URadialSlider::SetShowSliderHand
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Whether to show the slider hand.
AdvancedWidgets
void SetShowSliderHand ( bool InShowSliderHand )
[]
URadialSlider::SetShowSliderHandle
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Whether to show the slider handle (thumb).
AdvancedWidgets
void SetShowSliderHandle ( bool InShowSliderHandle )
[]
URadialSlider::SetSliderBarColor
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Sets the color of the slider bar
AdvancedWidgets
void SetSliderBarColor ( [FLinearColor](API\Runtime\Core\Math\FLinearColor) InValue )
[]
URadialSlider::SetSliderHandleEndAngle
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Sets the maximum angle of the slider.
AdvancedWidgets
void SetSliderHandleEndAngle ( float InValue )
[]
URadialSlider::SetSliderHandleColor
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Sets the color of the handle bar
AdvancedWidgets
void SetSliderHandleColor ( [FLinearColor](API\Runtime\Core\Math\FLinearColor) InValue )
[]
URadialSlider::SetSliderHandleStartAngle
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Sets the minimum angle of the slider.
AdvancedWidgets
void SetSliderHandleStartAngle ( float InValue )
[]
URadialSlider::SetSliderProgressColor
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Sets the progress color of the slider bar
AdvancedWidgets
void SetSliderProgressColor ( [FLinearColor](API\Runtime\Core\Math\FLinearColor) InValue )
[]
URadialSlider::SetSliderRange
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Sets the curve for the slider range
AdvancedWidgets
void SetSliderRange ( const [FRuntimeFloatCurve](API\Runtime\Engine\Curves\FRuntimeFloatCurve) & InSliderRange )
[]
URadialSlider::SetStepSize
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Sets the amount to adjust the value by, when using a controller or keyboard
AdvancedWidgets
void SetStepSize ( float InValue )
[]
URadialSlider::SetUseVerticalDrag
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Set whether the value is changed when dragging vertically as opposed to along the radial curve.
AdvancedWidgets
void SetUseVerticalDrag ( bool InUseVerticalDrag )
[]
URadialSlider::SetValue
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Sets the current value of the slider.
AdvancedWidgets
void SetValue ( float InValue )
[]
URadialSlider::SetValueTags
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
Adds value tags to the slider.
AdvancedWidgets
void SetValueTags ( const [TArray](API\Runtime\Core\Containers\TArray)< float > & InValueTags )
[]
URadialSlider::SynchronizeProperties
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
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.
AdvancedWidgets
virtual void SynchronizeProperties()
[]
URadialSlider::URadialSlider
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
AdvancedWidgets
URadialSlider ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
URadialSlider
/Engine/Source/Runtime/AdvancedWidgets/Public/Components/RadialSlider.h
A simple widget that shows a sliding bar with a handle that allows you to control the value between 0..1.
AdvancedWidgets
class URadialSlider : public [UWidget](API\Runtime\UMG\Components\UWidget)
[ { "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" } ]
FAdvancedWidgetsModule::GetModule
/Engine/Source/Runtime/AdvancedWidgets/Public/AdvancedWidgetsModule.h
AdvancedWidgets
static [FAdvancedWidgetsModule](API\Runtime\AdvancedWidgets\FAdvancedWidgetsModule) & GetModule()
[]
FAdvancedWidgetsModule::GetPropertyValueFactory
/Engine/Source/Runtime/AdvancedWidgets/Public/AdvancedWidgetsModule.h
AdvancedWidgets
[UE::PropertyViewer::FPropertyValueFactory](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FPropertyValueFactory) & GetPropertyValueFactory() const
[]
FAdvancedWidgetsModule::GetModulePtr
/Engine/Source/Runtime/AdvancedWidgets/Public/AdvancedWidgetsModule.h
AdvancedWidgets
static [FAdvancedWidgetsModule](API\Runtime\AdvancedWidgets\FAdvancedWidgetsModule) * GetModulePtr()
[]
FAdvancedWidgetsModule::ShutdownModule
/Engine/Source/Runtime/AdvancedWidgets/Public/AdvancedWidgetsModule.h
Called before the plugin is unloaded, right before the plugin object is destroyed.
AdvancedWidgets
virtual void ShutdownModule()
[]
FAdvancedWidgetsModule
/Engine/Source/Runtime/AdvancedWidgets/Public/AdvancedWidgetsModule.h
Advanced Widgets module
AdvancedWidgets
class FAdvancedWidgetsModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)
[]
FAdvancedWidgetsModule::StartupModule
/Engine/Source/Runtime/AdvancedWidgets/Public/AdvancedWidgetsModule.h
Called right after the plugin DLL has been loaded and the plugin object has been created
AdvancedWidgets
virtual void StartupModule()
[]
FFieldColorSettings
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h
AdvancedWidgets
struct FFieldColorSettings
[ { "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" } ]
FFieldExpander_Default::CanExpandObject
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
the class that should be expended for this instance. The instance can be null.
AdvancedWidgets
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
[]
FFieldExpander_Default::CanExpandScriptStruct
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
true if the struct property can be expended.
AdvancedWidgets
virtual bool CanExpandScriptStruct ( const [FStructProperty](API\Runtime\CoreUObject\UObject\FStructProperty) * StructProperty ) const
[]
EFunctionExpand
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
enum EFunctionExpand { None = 0, FunctionProperties, FunctionReturnProperty, }
[]
EObjectExpandFlag
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
enum EObjectExpandFlag { None = 0, UseInstanceClass = 1 << 1, RequireValidInstance = 1 << 2, }
[]
FFieldExpander_Default::SetExpandFunction
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
Deprecated* Use the SetExpandFunction with the EExpandFunctionType
AdvancedWidgets
void SetExpandFunction ( bool bInExpandFunction )
[]
FFieldExpander_Default::GetExpandedFunction
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
the struct that can be expanded from the function. ie. This can be the function itself (to see the arguments) or a return property.
AdvancedWidgets
virtual [TOptional](API\Runtime\Core\IO\TOptional)< const [UStruct](API\Runtime\CoreUObject\UObject\UStruct) * > GetExpandedFunction ( const [UFunction](API\Runtime\CoreUObject\UObject\UFunction) * Function ) const
[]
FFieldExpander_Default::SetExpandFunction
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
void SetExpandFunction ( [EFunctionExpand](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FFieldExpander_Default\EFunctionExpand) InExpandFunction )
[]
FFieldExpander_Default::SetExpandObject
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
void SetExpandObject ( [EObjectExpandFlag](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FFieldExpander_Default\EObjectExpandFla-) InExpandObject )
[]
FFieldExpander_Default::SetExpandScriptStruct
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
void SetExpandScriptStruct ( bool bInExpandScriptStruct )
[]
FFieldExpander_Default::FFieldExpander_Default
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
FFieldExpander_Default()
[]
FFieldExpander_Default
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
class FFieldExpander_Default : public [UE::PropertyViewer::IFieldExpander](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\IFieldExpander)
[]
FFieldIcon
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h
AdvancedWidgets
struct FFieldIcon
[ { "type": "FSlateColor", "name": "Color", "description": "" }, { "type": "constFSlateBru...", "name": "Icon", "description": "" } ]
FFieldIconArray
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h
AdvancedWidgets
typedef [TArray](API\Runtime\Core\Containers\TArray)< [FFieldIcon](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FFieldIconFinder\FFieldIcon), TInlineAllocator< 2 >> FFieldIconArray
[]
FFieldIconFinder::GetFunctionIcon
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h
AdvancedWidgets
static [FFieldIconArray](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FFieldIconFinder\FFieldIconArray) GetFunctionIcon ( const [UFunction](API\Runtime\CoreUObject\UObject\UFunction) * Function )
[]
FFieldIconFinder::GetFunctionIcon
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h
AdvancedWidgets
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 )
[]
FFieldIconFinder::GetIcon
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h
AdvancedWidgets
static const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetIcon ( const [UObject](API\Runtime\CoreUObject\UObject\UObject) * Object )
[]
FFieldIconFinder::GetPropertyIcon
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h
AdvancedWidgets
static [FFieldIconArray](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FFieldIconFinder\FFieldIconArray) GetPropertyIcon ( const [FProperty](API\Runtime\CoreUObject\UObject\FProperty) * Property )
[]
FFieldIconFinder::GetPropertyIcon
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h
AdvancedWidgets
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 )
[]
FFieldIconFinder
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/FieldIconFinder.h
AdvancedWidgets
class FFieldIconFinder
[]
FFieldIterator_BlueprintVisible
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldIterator.h
AdvancedWidgets
class FFieldIterator_BlueprintVisible : public [UE::PropertyViewer::IFieldIterator](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\IFieldIterator)
[]
FPropertyArray
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h
AdvancedWidgets
typedef [TArray](API\Runtime\Core\Containers\TArray)< const [FProperty](API\Runtime\CoreUObject\UObject\FProperty) *, TInlineAllocator< 1 >> FPropertyArray
[]
FPropertyPath::GetContainerPtr
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h
AdvancedWidgets
void * GetContainerPtr()
[]
FPropertyPath::GetContainerPtr
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h
AdvancedWidgets
const void * GetContainerPtr() const
[]
FPropertyPath::GetLastProperty
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h
AdvancedWidgets
const [FProperty](API\Runtime\CoreUObject\UObject\FProperty) * GetLastProperty() const
[]
FPropertyPath::GetProperties
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h
AdvancedWidgets
[TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FProperty](API\Runtime\CoreUObject\UObject\FProperty) *const > GetProperties() const
[]
FPropertyPath::HasProperty
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h
AdvancedWidgets
bool HasProperty() const
[]
FPropertyPath::FPropertyPath
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h
AdvancedWidgets
FPropertyPath()
[]
FPropertyPath::FPropertyPath
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h
AdvancedWidgets
FPropertyPath ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * Object, const [FProperty](API\Runtime\CoreUObject\UObject\FProperty) * Property )
[]
FPropertyPath::FPropertyPath
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h
AdvancedWidgets
FPropertyPath ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * Object, [FPropertyArray](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FPropertyPath\FPropertyArray) Properties )
[]
FPropertyPath::FPropertyPath
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h
AdvancedWidgets
FPropertyPath ( const [UScriptStruct](API\Runtime\CoreUObject\UObject\UScriptStruct) * ScriptStruct, void * Data, [FPropertyArray](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FPropertyPath\FPropertyArray) Properties )
[]
FPropertyPath::FPropertyPath
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h
AdvancedWidgets
FPropertyPath ( const [UScriptStruct](API\Runtime\CoreUObject\UObject\UScriptStruct) * ScriptStruct, void * Data, const [FProperty](API\Runtime\CoreUObject\UObject\FProperty) * Property )
[]
FPropertyPath
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyPath.h
AdvancedWidgets
struct FPropertyPath
[]
FGenerateArgs
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
struct FGenerateArgs
[ { "type": "bool", "name": "bCanEditValue", "description": "" }, { "type": "INotifyHook\u0004...", "name": "NotifyHook", "description": "" }, { "type": "FPropertyPath", "name": "Path", "description": "" } ]
FPropertyValueFactory::FHandle::IsValid
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
bool IsValid&40;&41; const
[]
FPropertyValueFactory::FHandle::operator==
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
bool operator&61;&61; &40; FHandle Other &41; const
[]
FPropertyValueFactory::FHandle::operator!=
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
bool operator&33;&61; &40; FHandle Other &41; const
[]
FHandle
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
struct FHandle
[]
FOnGenerate
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
typedef TBaseDelegate_OneParam< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) >, [FGenerateArgs](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FPropertyValueFactory\FGenerateArgs) > FOnGenerate
[]
FPropertyValueFactory::Generate
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > Generate ( [FGenerateArgs](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FPropertyValueFactory\FGenerateArgs) Args ) const
[]
FPropertyValueFactory::HasCustomPropertyValue
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
bool HasCustomPropertyValue ( const [FFieldClass](API\Runtime\CoreUObject\UObject\FFieldClass) * Property ) const
[]
FPropertyValueFactory::HasCustomPropertyValue
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
bool HasCustomPropertyValue ( const [UStruct](API\Runtime\CoreUObject\UObject\UStruct) * Struct ) const
[]
FPropertyValueFactory::operator=
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
[FPropertyValueFactory](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FPropertyValueFactory) & operator= ( const [FPropertyValueFactory](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FPropertyValueFactory) & )
[]
FPropertyValueFactory::Register
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
[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 )
[]
FPropertyValueFactory::Register
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
[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 )
[]
FPropertyValueFactory::GenerateDefault
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GenerateDefault ( [FGenerateArgs](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FPropertyValueFactory\FGenerateArgs) Args ) const
[]
FPropertyValueFactory::FPropertyValueFactory
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
FPropertyValueFactory ( const [FPropertyValueFactory](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FPropertyValueFactory) & )
[]
FPropertyValueFactory::Unregister
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
void Unregister ( [FHandle](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FPropertyValueFactory\FHandle) Handle )
[]
FPropertyValueFactory::FPropertyValueFactory
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
FPropertyValueFactory()
[]
FPropertyValueFactory
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/PropertyValueFactory.h
AdvancedWidgets
class FPropertyValueFactory
[]
IFieldExpander::CanExpandFunction
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
Deprecated* CanExpandFunction is deprecated and GetExpandedFunction should be used instead.
AdvancedWidgets
virtual bool CanExpandFunction ( const [UFunction](API\Runtime\CoreUObject\UObject\UFunction) * Function ) const
[]
IFieldExpander::CanExpandObject
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
the class that should be expended for this instance. The instance can be null.
AdvancedWidgets
[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
[]
IFieldExpander::CanExpandScriptStruct
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
true if the struct property can be expended.
AdvancedWidgets
bool CanExpandScriptStruct ( const [FStructProperty](API\Runtime\CoreUObject\UObject\FStructProperty) * StructProperty ) const
[]
IFieldExpander::GetExpandedFunction
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
the struct that can be expanded from the function. ie. This can be the function itself (to see the arguments) or a return property.
AdvancedWidgets
[TOptional](API\Runtime\Core\IO\TOptional)< const [UStruct](API\Runtime\CoreUObject\UObject\UStruct) * > GetExpandedFunction ( const [UFunction](API\Runtime\CoreUObject\UObject\UFunction) * Function ) const
[]
IFieldExpander
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
class IFieldExpander
[]
IFieldExpander::~IFieldExpander
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
virtual ~IFieldExpander()
[]
IFieldIterator::GetFields
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldIterator.h
AdvancedWidgets
[TArray](API\Runtime\Core\Containers\TArray)< [FFieldVariant](API\Runtime\CoreUObject\UObject\FFieldVariant) > GetFields ( const [UStruct](API\Runtime\CoreUObject\UObject\UStruct) * ) const
[]
IFieldIterator::~IFieldIterator
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldIterator.h
AdvancedWidgets
virtual ~IFieldIterator()
[]
IFieldIterator
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldIterator.h
AdvancedWidgets
class IFieldIterator
[]
INotifyHook::OnPostValueChange
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/INotifyHook.h
AdvancedWidgets
void OnPostValueChange ( const [FPropertyPath](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FPropertyPath) & Path )
[]
INotifyHook::OnPreValueChange
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/INotifyHook.h
AdvancedWidgets
void OnPreValueChange ( const [FPropertyPath](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FPropertyPath) & Path )
[]
INotifyHook
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/INotifyHook.h
AdvancedWidgets
class INotifyHook
[]
UE::PropertyViewer::operator|=
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
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 ) } }
[]
UE::PropertyViewer::operator^=
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
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 ) } }
[]
UE::PropertyViewer::operator&=
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
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 ) } }
[]
UE::PropertyViewer::operator|
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
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 ) } }
[]
UE::PropertyViewer::operator&
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
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 ) } }
[]
UE::PropertyViewer::operator^
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
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 ) } }
[]
UE::PropertyViewer::operator!
/Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h
AdvancedWidgets
namespace UE { namespace PropertyViewer { constexpr bool UE::PropertyViewer::operator! ( [FFieldExpander_Default::EObjectExpandFlag](API\Runtime\AdvancedWidgets\Framework\PropertyViewer\FFieldExpander_Default\EObjectExpandFla-) E ) } }
[]