Iliad
Painting Plugin for UnrealEngine4 by Praxinos
Public Member Functions | Public Attributes | List of all members
FOdysseyPerformanceOptions Struct Reference
Inheritance diagram for FOdysseyPerformanceOptions:
FOdysseyFlipbookPerformanceOptions FOdysseyTexturePerformanceOptions

Public Member Functions

 FOdysseyPerformanceOptions ()
 
virtual ~FOdysseyPerformanceOptions ()
 
 DECLARE_DELEGATE_OneParam (FOnDrawBrushPreviewChanged, bool) DECLARE_DELEGATE_OneParam(FOnAnyValueChanged
 
virtual const UStruct * GetScriptStruct ()
 
virtual void NotifyPostChange (const FPropertyChangedEvent &PropertyChangedEvent, FProperty *PropertyThatChanged)
 

Public Attributes

bool CacheEditLock
 
bool DrawBrushPreview
 
FOnAnyValueChanged mOnAnyValueChanged
 
bool FOnDrawBrushPreviewChanged mOnDrawBrushPreviewChanged
 
int32 StateCount
 
int32 StateSize
 
int32 StepCount
 
int32 StepSize
 
int32 StrokeCount
 
int32 StrokeSize
 
int32 SubstrokeCount
 
int32 SubstrokeSize
 
int32 SuperCount
 
int32 SuperSize
 

Constructor & Destructor Documentation

◆ ~FOdysseyPerformanceOptions()

virtual FOdysseyPerformanceOptions::~FOdysseyPerformanceOptions ( )
inlinevirtual

◆ FOdysseyPerformanceOptions()

FOdysseyPerformanceOptions::FOdysseyPerformanceOptions ( )
inline

Member Function Documentation

◆ DECLARE_DELEGATE_OneParam()

FOdysseyPerformanceOptions::DECLARE_DELEGATE_OneParam ( FOnDrawBrushPreviewChanged  ,
bool   
)

◆ GetScriptStruct()

virtual const UStruct* FOdysseyPerformanceOptions::GetScriptStruct ( )
inlinevirtual

◆ NotifyPostChange()

void FOdysseyPerformanceOptions::NotifyPostChange ( const FPropertyChangedEvent &  PropertyChangedEvent,
FProperty *  PropertyThatChanged 
)
virtual

Member Data Documentation

◆ CacheEditLock

bool FOdysseyPerformanceOptions::CacheEditLock

EditLock.

◆ DrawBrushPreview

bool FOdysseyPerformanceOptions::DrawBrushPreview

Should we draw a custom cursor representing the preview of the brush

◆ mOnAnyValueChanged

FOnAnyValueChanged FOdysseyPerformanceOptions::mOnAnyValueChanged

◆ mOnDrawBrushPreviewChanged

bool FOnDrawBrushPreviewChanged FOdysseyPerformanceOptions::mOnDrawBrushPreviewChanged

◆ StateCount

int32 FOdysseyPerformanceOptions::StateCount

Super Cache object count.

◆ StateSize

int32 FOdysseyPerformanceOptions::StateSize

Super Cache size as Bytes.

◆ StepCount

int32 FOdysseyPerformanceOptions::StepCount

Super Cache object count.

◆ StepSize

int32 FOdysseyPerformanceOptions::StepSize

Super Cache size as Bytes.

◆ StrokeCount

int32 FOdysseyPerformanceOptions::StrokeCount

Super Cache object count.

◆ StrokeSize

int32 FOdysseyPerformanceOptions::StrokeSize

Super Cache size as Bytes.

◆ SubstrokeCount

int32 FOdysseyPerformanceOptions::SubstrokeCount

Super Cache object count.

◆ SubstrokeSize

int32 FOdysseyPerformanceOptions::SubstrokeSize

Super Cache size as Bytes.

◆ SuperCount

int32 FOdysseyPerformanceOptions::SuperCount

Super Cache object count.

◆ SuperSize

int32 FOdysseyPerformanceOptions::SuperSize

Super Cache size as Bytes.