Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UCanvasPanelSlot
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PreEditChange
(
FProperty* PropertyThatWillChange |
Components/CanvasPanelSlot.h | ||
virtual void PreEditChange
(
FEditPropertyChain& PropertyAboutToChange |
Components/CanvasPanelSlot.h |
PreEditChange(FProperty *)
| Name | PreEditChange |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/CanvasPanelSlot.h |
| Include Path | #include "Components/CanvasPanelSlot.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/CanvasPanelSlot.cpp |
virtual void PreEditChange
(
FProperty * PropertyThatWillChange
)
PreEditChange(class FEditPropertyChain &)
| Name | PreEditChange |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/CanvasPanelSlot.h |
| Include Path | #include "Components/CanvasPanelSlot.h" |
virtual void PreEditChange
(
class FEditPropertyChain & PropertyAboutToChange
)