MCPcopy Create free account

hub / github.com/JanSeliv/CustomShapeButton / functions

Functions33 in github.com/JanSeliv/CustomShapeButton

↓ 2 callersMethodGetSlateCustomShapeButton
Returns the slate shape button
Source/CustomShapeButton/Private/CustomShapeButton.cpp:20
↓ 1 callersMethodRegisterButton
Registers a button for event redirection
Source/CustomShapeButton/Private/CustomShapeButtonManager.cpp:28
↓ 1 callersMethodUnregisterButton
Unregisters a button when it is destroyed
Source/CustomShapeButton/Private/CustomShapeButtonManager.cpp:57
MethodCanRegisterButton
Returns true is button is initialized and ready to handle events
Source/CustomShapeButton/Private/CustomShapeButtonManager.cpp:70
MethodCustomShapeButton
(ReadOnlyTargetRules Target)
Source/CustomShapeButton/CustomShapeButton.Build.cs:7
MethodForceUpdateImage
Forces to update the Raw Colors (pixels data) about current image
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:49
MethodForceUpdateImage
Forces to update the Raw Colors (pixels data) about current image
Source/CustomShapeButton/Private/CustomShapeButton.cpp:26
MethodGetCurrentPointIndex
Calculates the index of the pixel under the cursor
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:56
MethodGetCustomShapeButtonManager
Returns the manager instance, or nullptr if can't be obtained
Source/CustomShapeButton/Private/CustomShapeButtonManager.cpp:22
MethodHandleEvent
Handles any mouse event using a delegate
Source/CustomShapeButton/Private/CustomShapeButtonManager.cpp:85
MethodHandleEvent
Attempts to process the event and returns a reply
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:276
MethodInitialize
Called when this subsystem is initialized to perform initial setup
Source/CustomShapeButton/Private/CustomShapeButtonManager.cpp:107
MethodIsAlphaPixelHovered
Returns true if cursor is hovered on a texture
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:144
MethodOnEndPlay
Is called on the game world end play to cleanup data
Source/CustomShapeButton/Private/CustomShapeButtonManager.cpp:115
MethodOnMouseButtonDoubleClick
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:90
MethodOnMouseButtonDown
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:85
MethodOnMouseButtonUp
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:95
MethodOnMouseEnter
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:124
MethodOnMouseEnter_Hovered
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:131
MethodOnMouseLeave
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:105
MethodOnMouseLeave_Unhovered
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:112
MethodOnMouseMove
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:100
MethodRebuildWidget
Is called when the underlying SWidget needs to be constructed
Source/CustomShapeButton/Private/CustomShapeButton.cpp:35
MethodReleaseSlateResources
Is called when the underlying SWidget needs to be destroyed
Source/CustomShapeButton/Private/CustomShapeButton.cpp:65
MethodSCustomShapeButton
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:19
MethodSetTextureSize
Updates the internal texture size
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:36
MethodShutdownModule
Called before the module is unloaded, right before the module object is destroyed
Source/CustomShapeButton/Private/CustomShapeButtonModule.cpp:16
MethodStartupModule
Source/CustomShapeButton/Private/CustomShapeButtonModule.cpp:10
MethodTryUpdateRawColorsOnce
Set once on render thread the buffer data about all pixels of current image if was not set before
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:182
MethodUCustomShapeButton
Default constructor
Source/CustomShapeButton/Private/CustomShapeButton.cpp:14
MethodUpdateRawColors_Material
Copies the buffer data from the material
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:250
MethodUpdateRawColors_Texture
Copies the buffer data from the texture
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:212
Method~SCustomShapeButton
Virtual destructor, unregister data
Source/CustomShapeButton/Private/SCustomShapeButton.cpp:26