Navigation
API > API/Plugins > API/Plugins/LedWallCalibration > API/Plugins/LedWallCalibration/FLedWallCalibration
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static T * GetTypedParentComponent
(
const USceneComponent* InComponent |
Finds the parent component of the given calibration point component | LedWallCalibration.h | |
static USceneComponent * GetTypedParentComponent
(
const USceneComponent* InComponent, |
Finds the parent component of the given component. | LedWallCalibration.h |
GetTypedParentComponent(const USceneComponent *)
Description
Finds the parent component of the given calibration point component
| Name | GetTypedParentComponent |
| Type | function |
| Header File | /Engine/Plugins/Experimental/VirtualProduction/LedWallCalibration/Source/LedWallCalibration/Public/LedWallCalibration.h |
| Include Path | #include "LedWallCalibration.h" |
template<class T>
static T * GetTypedParentComponent
(
const USceneComponent * InComponent
)
The found component that InComponent is parented to.
Parameters
| Name | Remarks |
|---|---|
| InComponent | Component that we are looking the parent for. |
GetTypedParentComponent(const USceneComponent , const UClass )
Description
Finds the parent component of the given component.
| Name | GetTypedParentComponent |
| Type | function |
| Header File | /Engine/Plugins/Experimental/VirtualProduction/LedWallCalibration/Source/LedWallCalibration/Public/LedWallCalibration.h |
| Include Path | #include "LedWallCalibration.h" |
| Source | /Engine/Plugins/Experimental/VirtualProduction/LedWallCalibration/Source/LedWallCalibration/Private/LedWallCalibration.cpp |
static USceneComponent * GetTypedParentComponent
(
const USceneComponent * InComponent,
const UClass * InParentClass
)
The found component that InComponent is parented to.
Parameters
| Name | Remarks |
|---|---|
| InComponent | Component that we are looking the parent for. |
| ParentClass | Parent class to search for. |