Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FCameraRigProxyRedirectTable
Description
Resolves a given proxy to an actual camera rig. Returns nullptr if the given proxy wasn't found, or not mapped to anything in the table.
| Name | ResolveProxy |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraRigProxyRedirectTable.h |
| Include Path | #include "Core/CameraRigProxyRedirectTable.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Core/CameraRigProxyRedirectTable.cpp |
UCameraRigAsset * ResolveProxy
(
const FCameraRigProxyResolveParams & InParams
) const