SMultiLineEditableText::CacheDesiredSize

The system calls this method.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

SWidget::CacheDesiredSize()

SMultiLineEditableText::CacheDesiredSize()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Text/SMultiLineEditableText.h

Include

#include "Widgets/Text/SMultiLineEditableText.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Text/SMultiLineEditableText.cpp

Syntax

virtual void CacheDesiredSize
(
    float InLayoutScaleMultiplier
)

Remarks

The system calls this method. It performs a breadth-first traversal of every visible widget and asks each widget to cache how big it needs to be in order to present all of its content.