SDropTarget::FArguments::bUseAllowDropCache

Whether to cache off the results of AllowDrop.

Unreal Engine C++ API Reference > Editor > EditorWidgets > SDropTarget > FArguments

References

   
Module EditorWidgets
Header /Engine/Source/Editor/EditorWidgets/Public/SDropTarget.h
Include #include "SDropTarget.h"
WidgetArgsType & bUseAllowDropCache
&40;
    bool InArg
&41;

Remarks

Whether to cache off the results of AllowDrop. Useful when then OnAllowDrop callback is expensive since it's called per frame.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library