Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolBuilderUtil.h |
| Include | #include "ToolBuilderUtil.h" |
namespace ToolBuilderUtil
{
template<typename ComponentType>
int ToolBuilderUtil&58;&58;CountSelectedComponentsOfType
&40;
const FToolBuilderState & InputState
&41;
}
Remarks
Count number of components of given type. If Component selection is not empty, returns that count, otherwise counts in all selected Actors
Template Implementations