className stringlengths 1 167 | headerPath stringlengths 14 166 | description stringlengths 0 1.62k | module stringlengths 0 76 | code stringlengths 0 11.4k | variables listlengths 0 395 |
|---|---|---|---|---|---|
FAcceptNoneTimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | class FAcceptNoneTimingEventFilter : public [ITimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\ITimingEventFilter) | [] | |
FAggregatedTimingEventFilter::AddChild | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | void AddChild ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [ITimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\ITimingEventFilter) > InFilter ) | [] | |
FAggregatedTimingEventFilter::GetChangeNumber | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | Virtual boolFilterTrack(const FBaseTimingTrack& InTrack) const= 0; virtual boolFilterEvent(const ITimingEvent& InEvent) const= 0; virtual bool FilterEvent(double InEventStartTime, double InEventEndTime, uint32 InEventDepth, const TCHAR* InEventName = nullptr, uint64 InEventType = 0, uint32 InEventColor = 0) const = 0; | TraceInsights | virtual uint32 GetChangeNumber() const | [] |
FAggregatedTimingEventFilter::GetChildren | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | const [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [ITimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\ITimingEventFilter) > > GetChildren() const | [] | |
FAggregatedTimingEventFilter::GetStaticTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) & GetStaticTypeName() | [] | |
FAggregatedTimingEventFilter::GetTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual const [FName](API\Runtime\Core\UObject\FName) & GetTypeName() const | [] | |
FAggregatedTimingEventFilter::IsKindOf | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool IsKindOf ( const [FName](API\Runtime\Core\UObject\FName) & InTypeName ) const | [] | |
TypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TypeName = TEXT("FAggregatedTimingEventFilter"); | [] | |
FAggregatedTimingEventFilter::FAggregatedTimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | FAggregatedTimingEventFilter() | [] | |
FAggregatedTimingEventFilter::~FAggregatedTimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual ~FAggregatedTimingEventFilter() | [] | |
FAggregatedTimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | class FAggregatedTimingEventFilter : public [ITimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\ITimingEventFilter) | [
{
"type": "uint32",
"name": "ChangeNumber",
"description": ""
},
{
"type": "TArray<TShared...",
"name": "Children",
"description": ""
}
] | |
FAllAggregatedTimingEventFilter::FilterEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | Returns true if the timing event passes the filter. | TraceInsights | virtual bool FilterEvent ( const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) & InEvent ) const | [] |
FAllAggregatedTimingEventFilter::FilterEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool FilterEvent ( double InEventStartTime, double InEventEndTime, uint32 InEventDepth, const TCHAR * InEventName, uint64 InEventType, uint32 InEventColor ) const | [] | |
FAllAggregatedTimingEventFilter::FilterTrack | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | Returns true if the track passes the filter. | TraceInsights | virtual bool FilterTrack ( const [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack) & InTrack ) const | [] |
FAllAggregatedTimingEventFilter::GetStaticTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) & GetStaticTypeName() | [] | |
FAllAggregatedTimingEventFilter::GetTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual const [FName](API\Runtime\Core\UObject\FName) & GetTypeName() const | [] | |
FAllAggregatedTimingEventFilter::IsKindOf | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool IsKindOf ( const [FName](API\Runtime\Core\UObject\FName) & InTypeName ) const | [] | |
TypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TypeName = TEXT("FAllAggregatedTimingEventFilter"); | [] | |
FAllAggregatedTimingEventFilter::FAllAggregatedTimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | FAllAggregatedTimingEventFilter() | [] | |
FAllAggregatedTimingEventFilter::~FAllAggregatedTimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual ~FAllAggregatedTimingEventFilter() | [] | |
FAllAggregatedTimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | class FAllAggregatedTimingEventFilter : public [FAggregatedTimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\FAggregatedTimingEventFilter) | [] | |
FAnyAggregatedTimingEventFilter::FilterEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | Returns true if the timing event passes the filter. | TraceInsights | virtual bool FilterEvent ( const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) & InEvent ) const | [] |
FAnyAggregatedTimingEventFilter::FilterEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool FilterEvent ( double InEventStartTime, double InEventEndTime, uint32 InEventDepth, const TCHAR * InEventName, uint64 InEventType, uint32 InEventColor ) const | [] | |
FAnyAggregatedTimingEventFilter::FilterTrack | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | Returns true if the track passes the filter. | TraceInsights | virtual bool FilterTrack ( const [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack) & InTrack ) const | [] |
FAnyAggregatedTimingEventFilter::GetStaticTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) & GetStaticTypeName() | [] | |
FAnyAggregatedTimingEventFilter::GetTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual const [FName](API\Runtime\Core\UObject\FName) & GetTypeName() const | [] | |
FAnyAggregatedTimingEventFilter::IsKindOf | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool IsKindOf ( const [FName](API\Runtime\Core\UObject\FName) & InTypeName ) const | [] | |
TypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TypeName = TEXT("FAnyAggregatedTimingEventFilter"); | [] | |
FAnyAggregatedTimingEventFilter::FAnyAggregatedTimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | FAnyAggregatedTimingEventFilter() | [] | |
FAnyAggregatedTimingEventFilter::~FAnyAggregatedTimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual ~FAnyAggregatedTimingEventFilter() | [] | |
FAnyAggregatedTimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | class FAnyAggregatedTimingEventFilter : public [FAggregatedTimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\FAggregatedTimingEventFilter) | [] | |
FAxisViewportDouble::CenterOnValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | bool CenterOnValue ( const double Value ) | [] | |
FAxisViewportDouble::CenterOnValueInterval | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | bool CenterOnValueInterval ( const double IntervalStartValue, const double IntervalEndValue ) | [] | |
FAxisViewportDouble::EnforceScrollLimits | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | bool EnforceScrollLimits ( const float InMinPos, const float InMaxPos, const float InterpolationFactor ) | [] | |
FAxisViewportDouble::GetMaxScale | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | double GetMaxScale() const | [] | |
FAxisViewportDouble::GetMaxPos | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | float GetMaxPos() const | [] | |
FAxisViewportDouble::GetMaxValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | double GetMaxValue() const | [] | |
FAxisViewportDouble::GetMinPos | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | float GetMinPos() const | [] | |
FAxisViewportDouble::GetMinScale | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | double GetMinScale() const | [] | |
FAxisViewportDouble::GetMinValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | double GetMinValue() const | [] | |
FAxisViewportDouble::GetOffsetForValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | float GetOffsetForValue ( const double Value ) const | [] | |
FAxisViewportDouble::GetPos | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | float GetPos() const | [] | |
FAxisViewportDouble::GetPosForValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | float GetPosForValue ( const double Value ) const | [] | |
FAxisViewportDouble::GetRoundedOffsetForValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | float GetRoundedOffsetForValue ( const double Value ) const | [] | |
FAxisViewportDouble::GetScale | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | Current scale factor between Value units and Slate units (pixels), in pixels per value. [px/value_unit] | TraceInsights | double GetScale() const | [] |
FAxisViewportDouble::GetScrollLimits | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | void GetScrollLimits ( float & OutMinPos, float & OutMaxPos ) | [] | |
FAxisViewportDouble::GetSize | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | Size of viewport, in pixels (Slate units). The viewport's width if this is a horizontal axis or the viewport's height if this is a vertical axis. | TraceInsights | float GetSize() const | [] |
FAxisViewportDouble::GetValueAtOffset | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | double GetValueAtOffset ( const float Offset ) const | [] | |
FAxisViewportDouble::GetValueAtPos | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | double GetValueAtPos ( const float Pos ) const | [] | |
FAxisViewportDouble::OnUserScrolled | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | void OnUserScrolled ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SScrollBar](API\Runtime\Slate\Widgets\Layout\SScrollBar) > ScrollBar, float ScrollOffset ) | [] | |
FAxisViewportDouble::Reset | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | void Reset() | [] | |
FAxisViewportDouble::RelativeZoomWithFixedOffset | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | bool RelativeZoomWithFixedOffset ( const float Delta, const float Offset ) | [] | |
FAxisViewportDouble::ScrollAtPos | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | bool ScrollAtPos ( const float Pos ) | [] | |
FAxisViewportDouble::SetMinMaxValueInterval | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | void SetMinMaxValueInterval ( const double InMinValue, const double InMaxValue ) | [] | |
FAxisViewportDouble::ScrollAtValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | bool ScrollAtValue ( const double Value ) | [] | |
FAxisViewportDouble::SetScale | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | bool SetScale ( const double NewScale ) | [] | |
FAxisViewportDouble::SetScaleLimits | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | void SetScaleLimits ( const double InMinScale, const double InMaxScale ) | [] | |
FAxisViewportDouble::SetSize | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | bool SetSize ( const float InSize ) | [] | |
SLATE_UNITS_TOLERANCE | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | static constexpr float SLATE_UNITS_TOLERANCE = 0.1f; | [] | |
FAxisViewportDouble::ToDebugString | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | [FString](API\Runtime\Core\Containers\FString) ToDebugString ( const TCHAR * Sufix ) const | [] | |
FAxisViewportDouble::UpdatePosWithinLimits | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | bool UpdatePosWithinLimits() | [] | |
FAxisViewportDouble::UpdateScrollBar | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | void UpdateScrollBar ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SScrollBar](API\Runtime\Slate\Widgets\Layout\SScrollBar) > ScrollBar ) const | [] | |
FAxisViewportDouble::ZoomWithFixedOffset | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | bool ZoomWithFixedOffset ( const double NewScale, const float Offset ) | [] | |
FAxisViewportDouble::FAxisViewportDouble | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | FAxisViewportDouble() | [] | |
FAxisViewportDouble | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportDouble.h | TraceInsights | class FAxisViewportDouble | [] | |
FAxisViewportInt32::CenterOnValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | bool CenterOnValue ( const int32 Value ) | [] | |
FAxisViewportInt32::CenterOnValueInterval | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | bool CenterOnValueInterval ( const int32 IntervalStartValue, const int32 IntervalEndValue ) | [] | |
FAxisViewportInt32::EnforceScrollLimits | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | bool EnforceScrollLimits ( const float InMinPos, const float InMaxPos, const float InterpolationFactor ) | [] | |
FAxisViewportInt32::GetMaxPos | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | float GetMaxPos() const | [] | |
FAxisViewportInt32::GetMaxValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | int32 GetMaxValue() const | [] | |
FAxisViewportInt32::GetMaxScale | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | float GetMaxScale() const | [] | |
FAxisViewportInt32::GetMinPos | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | float GetMinPos() const | [] | |
FAxisViewportInt32::GetMinScale | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | float GetMinScale() const | [] | |
FAxisViewportInt32::GetMinValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | int32 GetMinValue() const | [] | |
FAxisViewportInt32::GetNumSamplesPerPixel | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | Returns the number of samples in one pixel (Slate unit). [sample] | TraceInsights | int32 GetNumSamplesPerPixel() const | [] |
FAxisViewportInt32::GetOffsetForValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | float GetOffsetForValue ( const int32 Value ) const | [] | |
FAxisViewportInt32::GetPos | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | float GetPos() const | [] | |
FAxisViewportInt32::GetPosForValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | float GetPosForValue ( const int32 Value ) const | [] | |
FAxisViewportInt32::GetRoundedOffsetForValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | float GetRoundedOffsetForValue ( const int32 Value ) const | [] | |
FAxisViewportInt32::GetScale | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | float GetScale() const | [] | |
FAxisViewportInt32::GetSampleSize | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | Returns the number of pixels (Slate units) for one viewport sample. [px] | TraceInsights | float GetSampleSize() const | [] |
FAxisViewportInt32::GetScrollLimits | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | void GetScrollLimits ( float & OutMinPos, float & OutMaxPos ) | [] | |
FAxisViewportInt32::GetSize | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | Size of viewport, in pixels (Slate units). The viewport's width if this is a horizontal axis or the viewport's height if this is a vertical axis. | TraceInsights | float GetSize() const | [] |
FAxisViewportInt32::GetValueAtOffset | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | int32 GetValueAtOffset ( const float Offset ) const | [] | |
FAxisViewportInt32::GetValueAtPos | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | int32 GetValueAtPos ( const float Pos ) const | [] | |
FAxisViewportInt32::OnUserScrolled | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | void OnUserScrolled ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SScrollBar](API\Runtime\Slate\Widgets\Layout\SScrollBar) > ScrollBar, float ScrollOffset ) | [] | |
FAxisViewportInt32::RelativeZoomWithFixedOffset | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | bool RelativeZoomWithFixedOffset ( const float Delta, const float Offset ) | [] | |
FAxisViewportInt32::Reset | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | void Reset() | [] | |
FAxisViewportInt32::ScrollAtPos | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | bool ScrollAtPos ( const float Pos ) | [] | |
FAxisViewportInt32::ScrollAtValue | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | bool ScrollAtValue ( const int32 Value ) | [] | |
FAxisViewportInt32::SetMinMaxInterval | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | void SetMinMaxInterval ( const int32 InMinValue, const int32 InMaxValue ) | [] | |
FAxisViewportInt32::SetScale | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | bool SetScale ( const float NewScale ) | [] | |
FAxisViewportInt32::SetScaleLimits | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | void SetScaleLimits ( const float InMinScale, const float InMaxScale ) | [] | |
FAxisViewportInt32::SetSize | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | bool SetSize ( const float InSize ) | [] | |
SLATE_UNITS_TOLERANCE | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | static constexpr float SLATE_UNITS_TOLERANCE = 0.1f; | [] | |
FAxisViewportInt32::ToDebugString | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | [FString](API\Runtime\Core\Containers\FString) ToDebugString ( const TCHAR * Sufix, const TCHAR * Unit ) const | [] | |
FAxisViewportInt32::UpdatePosWithinLimits | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | bool UpdatePosWithinLimits() | [] | |
FAxisViewportInt32::ZoomWithFixedOffset | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | bool ZoomWithFixedOffset ( const float NewScale, const float Offset ) | [] | |
FAxisViewportInt32::UpdateScrollBar | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | void UpdateScrollBar ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SScrollBar](API\Runtime\Slate\Widgets\Layout\SScrollBar) > ScrollBar ) const | [] | |
FAxisViewportInt32::FAxisViewportInt32 | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/AxisViewportInt32.h | TraceInsights | FAxisViewportInt32() | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.