Navigation
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 |