FPerPlatformPropertyCustomNodeBuilder::SetOnToggleExpansion

Sets a delegate that should be used when the custom node wants to expand

Unreal Engine C++ API Reference > Editor > DetailCustomizations > FPerPlatformPropertyCustomNodeBuilder

References

   
Module DetailCustomizations
Header /Engine/Source/Editor/DetailCustomizations/Public/PerPlatformPropertyCustomization.h
Include #include "PerPlatformPropertyCustomization.h"
Source /Engine/Source/Editor/DetailCustomizations/Private/PerPlatformPropertyCustomization.cpp
virtual void SetOnToggleExpansion
(
    FOnToggleNodeExpansion InOnToggleExpansion
)

Remarks

Sets a delegate that should be used when the custom node wants to expand

Parameters

Name Description
A delegate to invoke when the tree should expand

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library