Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FEditPropertyChain
Description
TDoubleLinkedList interface Updates the size reported by Num(). Child classes can use this function to conveniently hook into list additions/removals.
This version ensures that the ActivePropertyNode and ActiveMemberPropertyNode point to a valid nodes or NULL if this list is empty.
Updates the size reported by Num(). Child classes can use this function to conveniently hook into list additions/removals.
This version ensures that the ActivePropertyNode either points to a valid node, or NULL if this list is empty.
Virtual Inheritance
- TDoubleLinkedList::SetListSize → FEditPropertyChain::SetListSize
| Name | SetListSize |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/EditPropertyChain.cpp |
virtual void SetListSize
(
int32 NewListSize
)
Parameters
| Name | Remarks |
|---|---|
| NewListSize | the new size for this list |