Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform > Common > FTargetPlatformBase
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h |
Include | #include "Common/TargetPlatformBase.h" |
virtual bool SupportsValueForType ( [FName](API\Runtime\Core\UObject\FName) SupportedType, [FName](API\Runtime\Core\UObject\FName) RequiredSupportedValue ) const
Remarks
Checks whether the target platform supports the specified value for the specified type of support true if the feature is supported, false otherwise.
Parameters
Name | Description |
---|---|
SupportedType | The type of support being queried |
RequiredSupportedValue | The value of support needed |