Navigation
API > API/Plugins > API/Plugins/Composite > API/Plugins/Composite/UCompositeLayerPlate
Description
Gets the list of primitives that are specifically included for the composite mesh actor. Differs from GetPrimitivesForActor in that this returns an empty list if no primitives are specifically included, whereas GetPrimitivesForActor falls back to all primitives
| Name | GetIncludedPrimitivesForActor |
| Type | function |
| Header File | /Engine/Plugins/Compositing/Composite/Source/Composite/Public/Layers/CompositeLayerPlate.h |
| Include Path | #include "Layers/CompositeLayerPlate.h" |
| Source | /Engine/Plugins/Compositing/Composite/Source/Composite/Private/Layers/CompositeLayerPlate.cpp |
TArray < UPrimitiveComponent * > GetIncludedPrimitivesForActor
(
TSoftObjectPtr < AActor > InActor
) const