Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingRuntime > API/Plugins/DMXPixelMappingRuntime/Components > API/Plugins/DMXPixelMappingRuntime/Components/UDMXPixelMappingBaseComponent
References
Module | DMXPixelMappingRuntime |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/Components/DMXPixelMappingBaseComponent.h |
Include | #include "Components/DMXPixelMappingBaseComponent.h" |
template<typename TComponentClass>
void ForEachChildOfClass
(
TComponentPredicateType < TComponentClass > Predicate,
bool bIsRecursive
)
Remarks
Loop through all templated child class by given Predicate
Parameters
Name | Description |
---|---|
bIsRecursive | Should it loop recursively |