Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/FDMXGDTFGeometryCollectBase
Description
Resolves a string as a link to a geometry.
The string needs to be formated in the form of "Geometry1.Geometry2.[...].GeometryN" whereas Geometry1 resides in the geometry collect of the fixture type.
| Name | ResolveGeometryLink |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFGeometryCollectBase.h |
| Include Path | #include "GDTF/Geometries/DMXGDTFGeometryCollectBase.h" |
template<typename GeometryType>
TSharedPtr < GeometryType > ResolveGeometryLink
(
const FString & Link
) const