Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/UVCamComponent
References
| Module | VCamCore |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Public/VCamComponent.h |
| Include | #include "VCamComponent.h" |
| Source | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Private/VCamComponent.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"VCam Input", Meta&61;&40;ReturnDisplayName&61;"Success"&41;&41;
bool AddInputProfileWithCurrentlyActiveMappings
&40;
const FName ProfileName,
bool bUpdateIfProfileAlreadyExists
&41;
Remarks
Tries to add a new Input Profile to the VCam Input Settings and populates it with any currently active player mappable keys Note: The set of currently active player mappable keys may be larger than the set of mappings in this component's Input Profile
Optionally this function can update an existing profile, this will only add any mappable keys that don't currently exist in the profile but will not remove any existing mappings Returns whether the profile was successfully added or updated