Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatform
- ITargetPlatform::SupportsValueForType()
- FTargetPlatformBase::SupportsValueForType()
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h |
Include | #include "Interfaces/ITargetPlatform.h" |
bool SupportsValueForType
&40;
FName SupportedType,
FName RequiredSupportedValue
&41; 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 |