Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateAttributeDescriptor > API/Runtime/SlateCore/FSlateAttributeDescriptor/FInitializer > API/Runtime/SlateCore/FSlateAttributeDescriptor/FInitializer/FAttributeEntry
Description
Update the attribute after the prerequisite. The order is guaranteed but other attributes may be updated in between. No order is guaranteed if the prerequisite or this property is updated manually.
| Name | UpdatePrerequisite |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateAttributeDescriptor.h |
| Include Path | #include "Types/SlateAttributeDescriptor.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Types/SlateAttributeDescriptor.cpp |
FAttributeEntry & UpdatePrerequisite
(
FName Prerequisite
)