Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetDevice
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h |
Include | #include "Interfaces/ITargetDevice.h" |
virtual void ExecuteConsoleCommand ( const [FString](API\Runtime\Core\Containers\FString) & ExecCommand ) const
Remarks
Execute console command on the device
Parameters
Name | Description |
---|---|
ExecCommand | Command to execute |